By mswatcher
via net.tutsplus.com
Published: Mar 13 2013 / 09:55
The core idea of Test-Driven Development (TDD) is writing tests before writing any functional code, and then writing only the least possible amount of code required to make the tests pass. It may sound strange to develop in this fashion, but it’s actually quite useful, as the test base doubles as a partial specification of the main code.
Add your comment