Test Driven Development

From CSSEMediaWiki
Revision as of 02:49, 10 August 2009 by Matthew Harward (Talk | contribs)
Jump to: navigation, search

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