Archive for November, 2009

The (Some) Fallacies of Test First Development

Thursday, November 5th, 2009

I should first clarify that I would never come out against the idea of writing tests for your code. I find testing to be a wonderful way to aid refactoring, fight regression, and build developmental confidence in a piece of software. Lately I have tried to provide significant test ...