Talk:The Three Laws of Test-Driven Development
From WikiContent
(Difference between revisions)
Michael Hunger (Talk | contribs)
(New page: More benefits: * second pair of eyes: your test takes an different viewpoint onto your code while you're writing it * the test is the first user of your API. You soon get a feeling if its...)
Next diff →
Revision as of 00:54, 27 January 2009
More benefits:
- second pair of eyes: your test takes an different viewpoint onto your code while you're writing it
- the test is the first user of your API. You soon get a feeling if its awkward to use.
- tests code what is Done if all test run and cover the aspects required of your code, you're done
--Michael Hunger 16:54, 26 January 2009 (PST)
