Software Development
Pages
(Move to ...)
Home
About
Contact
▼
Sunday, July 21, 2013
Three Rules of TDD
Notes from Bob Martin's screencast:
1. Write the test first.
2. Write only enough of a test to demonstrate a failure.
3. Write only enough of production code to pass the test.
‹
›
Home
View web version