We continue to integrate more and more of Extreme Programming in our development process. One of the things we’ve found particularly empowering is continuous integration.
don’t branch your code only commit things that work in order to do a bigger project, break it into incremental pieces so it works the whole time
We’ve also . . . → Read More: use continuous integration, but what about the customers?