This entry describes a fun game agile software development teams can play to encourage best practices and discourage bad practices for continuous integration builds.
Should a failing unit test break the build? Elliotte Rusty Harold recently discussed why he doesn't think so. Ever heard of test categorization? Well, there's a new test category in town - the todo test category[...]
My build/SCM blog series ends with a look at one of the most annoying things a member can do to his team and a checklist to follow for reducing the chances of breaking a build.
The second part of the build/SCM blog series deals with what happens when a build breaks. This happens, hopefully infrequently, but it happens. Getting the build back on track should be one of the highest priorities...
Suppose I'm focused on specifying the behavior of a particular method. How do I know if I've specified everything? I'd like to share a checklist of things I think about to help accomplish this...