1 Matching Annotations
- Oct 2017
-
tutorials.jenkov.com tutorials.jenkov.com
-
Test first development, also known as Test Driven Development (TDD) is a development style in which you write the unit tests before you write the code to test.
Actually, there's a lot of debate regarding this exact distinction. It's a question of whether Test First Programming is the same as Test Driven Development.
The answers lie, however, into the intent of approach.
-