Wednesday, December 11, 2013

TDD Cycle

1. Write a failing test
2. Get it to compile but fail
3. Get it to pass
4. Refactor to the best code that you can write

No comments: