This is part 2 of Episode 6: Test Driven Development.

This episode begins as the mirror forces of traditional software development lose patience with Uncle Bob's incessant preaching and demand a practical demonstration before allowing the debate to continue. Uncle Bob complies by walking through the famous example of The Bowling Game. (You don't want to miss this!) In this example, Uncle Bob uses the three laws and the Red-Green-Refactor cycle to implement the algorithm for scoring games of ten-pin bowling.

The demonstration begins with a quick description of the scoring rules. Then, Uncle Bob leads us on a quick UML design session. TDD commences, and we watch Uncle Bob create the algorithm by applying the three laws of TDD in the Red-Green-Refactor cycle. Finally, the end result is compared to the initial design.

Having satisfied and impressed the mirror forces with that demonstration, the debate begins in earnest. Point by point the mirror forces raise one objection after another:

One by one, Uncle Bob answers those objections. Sometimes the mirror forces agree, sometimes they are skeptical, but they cannot deny the logic. In the end... Well, you'll just have to see!

After the debate ends, Uncle Bob describes why TDD should be considered a minimum requirement for professional behavior. He likens the discipline of TDD to the discipline of double-entry bookkeeping used by accountants. He makes the point that developers should expect QA to find nothing. He concludes with the story of how Doctors learned to wash their hands.

The lesson ends with a summary, and a promise for the next episode, Use Cases and High Level Design.