TDD, or Something Like It When I write new code, I often start out following the TDD principles: write a test, make it pass, refactor. But often, as I’m doing the refactoring or even the initial implementation, I find myself thinking of other tests I should do or features I should add. Instead of jotting [...]
All posts for the month April, 2010
Replace paper with unit tests
Posted by Anna Lear on April 7, 2010
http://annalear.ca/2010/04/07/replace-paper-with-unit-tests/