-
Website
http://andypalmer.com -
Original page
http://andypalmer.com/2009/03/do-you-have-enough-oil/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
Andy Palmer
2 comments · 1 points
-
Rob Myers
1 comment · 1 points
-
tswicegood
1 comment · 1 points
-
-
Popular Threads
I don't want to ridicule these people - you have your set of experiences and you can't have absorbed everything the development world has to offer.
But we know that we write tests precisely because we're time-constrained. I think this should get more emphasis than it does: a well-crafted, fast-running unit test suite is an incredibly powerful productivity tool. If your time horizons are > 1 month, your team will spend a punishing amount of time reorienting the codebase to accommodate changes and new features if correctness must be proven at human-using-a-browser speed. For a modern startup it could very well mean death.
I just gave a talk last night on the business value of TDD and particularly refactoring, and I find that--in order to get real buy-in--I've had to finish this particular talk with three actual first-person stories about how the team I was on turned a sudden, surprising, and "architecturally challenging" story into over $100,000/year savings or revenue in a matter of days. I know for a fact that all three of those would have ended in disappointment if we hadn't been completely covered with fast, automated regression tests, or hadn't been refactoring with a very low tolerance for subtle code-smells. (That was one point of the talk I aimed at developers: On a TDD team, you're not refactoring messy code, you're cleaning CLEAN code. Like a sushi kitchen, you never leave it even a little messy.)