Summary & Quiz: Following the Rhythms of TDD

Test yourself on what you have learned so far.

We'll cover the following

Section’s recap

In this section, we have applied the RGR cycle to our code. We’ve seen how this splits the work into separate tasks, which results in confidence in our test, a rapid path to simple production code, and less time spent to improve the maintainability of our code. We’ve looked at removing code smells from both the production code and the test code. As part of our work in this section, we’ve used ideas that help us move ahead and decide what tests we should write next. The techniques in this section enable us to write multiple tests and incrementally drive out the detailed logic in our production code.

Quiz

Get hands-on with 1200+ tech skills courses.