The Comfort of Unit Tests
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 it pays to have unit tests.
One of my partners in this project has written some code that I will end up helping out with. He has no tests for his area. It’s a lot scarier going in there to make changes.
Link is here.




