Tltdd

From Linux User Groups Australia
Revision as of 16:16, 12 June 2016 by Tobin (talk | contribs) (Undo revision 21 by Tobin (talk))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The Three Laws of Test Driven Development

1. You may not write production code until you have written a failing test.

2. You may not write more of a unit test than is sufficient to fail.

3. You may not write more production code than is sifficient to pass the currently failing test.