Archive for August, 2007

The Comfort of Unit Tests

Wednesday, August 1st, 2007

I love hearing about stories about code that embraces change rather than fight it. Steve Rowe shares his experience with Test Driven Development.
At first it felt painful. You can’t code as fast. It sucks having to stop and write tests. Then I started making changes to the design. This is when [...]