Summary and Quiz: Following the Rhythms of TDD

Test your knowledge of the rhythms of TDD.

We'll cover the following

Chapter’s recap

In this chapter, we’ve 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 improving 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 chapter 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.