Test-Driven Development
Kent Beck
Summary of TDD:
- Quickly add a test.
- Run all the tests and see the new one fail.
- Make a little change.
- Run all the tests and see them all succeed.
- Refactor to remove duplication.
Get this book on Amazon.
Summary of TDD:
Get this book on Amazon.