Skip to content

Category Archives: Test-driven development

Unit testing and the narrowly averted Citicorp Center disaster

I was working on a project earlier today. Now, typically I always do test-driven development, where I’ll build unit tests that verify each class first and then build the code for the class after the tests are done. But once in a while, I’ll do a small, quick and dirty project, and I’ll think to [...]