Content deleted Content added
m Reverted edits by 203.111.112.54 to last version by 65.34.141.142 |
m not testing, but designing |
||
Line 1:
'''Test-driven development''' (TDD) is a programming technique heavily emphasized in [[Extreme Programming]]. Essentially the technique involves writing your tests first then implementing the code to make them pass. The goal of TDD is to achieve rapid feedback and implements the "illustrate the main line" approach to constructing a program.
It is good to emphasize the fact that TDD '''is not''' a method of testing, but a '''method of designing''' software.
== Requirements ==
|