Test Driven Development

Page history last edited by Brev Patterson 1 yr ago

Test Driven Development

 

  • Red / Green / Refactor

 

  1. No production code unless it is to make a failing unit test pass.
  2. No more of unit test than is sufficient to fail.
  3. No more production code than is sufficient to pass the one failing unit test.

Comments (0)

You don't have permission to comment on this page.