« What does a light bulb teach us about Test Driven Development? | Main | Infinitest v3 Released! »

March 05, 2008

TrackBack

TrackBack URL for this entry:
http://www.typepad.com/services/trackback/6a00e54fb013da883400e550ad637d8834

Listed below are links to weblogs that reference Continuous Integration Is A Hack:

Comments

Feed You can follow this conversation by subscribing to the comment feed for this post.

Walter Boggs

Right on target. Every agile shop needs a sign on the wall that says, "Once again...why am I doing this?" If you have the sign, you're certified.

Hamlet D'Arcy

My company started using TeamCity a few weeks ago and I'm amazed at how much better it is than traditional CI products (CruiseControl was its predecessor). While CI is /still/ a hack, it totally makes sense that the code only gets checked in AFTER the CI build has been successful (TeamCity approach)... instead of having the build run after the code is checked in (CruiseControl approach). TeamCity and autotest (http://nubyonrails.com/articles/autotest-rails) might elevate CI out of /hack/ entirely, huh?

The comments to this entry are closed.