Skip to content

Commit

Permalink
Code Review
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill committed Feb 1, 2016
1 parent 624787a commit a6b7410
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion english/marshmallow.md
Original file line number Diff line number Diff line change
Expand Up @@ -775,4 +775,4 @@ You look up and out to the ocean. In the distance you see a [mermaid](mermaid/me

The mermaid above died, but [don't worry...](mermaid2/mermaid.md)

The 3 Rules of Test Driven Development [Read the Rules](test-driven-development-rules\AccordingToUncleBob.md)
The 3 Rules of Test Driven Development [Read the Rules](test-driven-development-rules/AccordingToUncleBob.md)
11 changes: 7 additions & 4 deletions english/test-driven-development-rules/AccordingToUncleBob.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
Over the years I have come to describe Test Driven Development in terms of three simple rules. They are:
Test Driven Development in terms of three simple rules. They are:


1) You are not allowed to write any production code unless it is to make a failing unit test pass.
1) You are not allowed to write any production code
unless it is to make a failing unit test pass.

2) You are not allowed to write any more of a unit test than is sufficient to fail; and compilation failures are failures.
2) You are not allowed to write any more of a unit test
than is sufficient to fail; and compilation failures are failures.

3) You are not allowed to write any more production code than is sufficient to pass the one failing unit test.
3) You are not allowed to write any more production code
than is sufficient to pass the one failing unit test.

0 comments on commit a6b7410

Please sign in to comment.