Test Driven Development

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
m (See Also)
m (See Also)
Line 3: Line 3:
 
== See Also ==
 
== See Also ==
 
* [[Kent Beck 2003]]
 
* [[Kent Beck 2003]]
 +
* [[Refactoring]]

Revision as of 02:49, 10 August 2009

Test Driven Development (TDD) is a modern practice of agile coding development. Kent Beck is an important proponent of this theory. It supports and forwards the idea of Red green refactor and that all coding developments should occur to pass a test. Not until a test breaks are changes allowed to the coding structure.

See Also

Personal tools