#summary Rules of developing under ack * Trunk should always be releaseable * When in doubt, make a branch. They're cheap. * Write good commit messages. * Commit early and often. * Ask Andy if in doubt. * Use inline POD. * Test test test. * Write a test to find the bug before fixing the bug.