Summary
In this chapter, we dipped our toes into the new waters of TDD in general. The chapter showed the workflow of TDD – red, green, refactor – which we will use throughout this book to build an app. In addition, we have seen what the advantages and the disadvantages of TDD are.
In the following chapter, we will explore how TDD works in Xcode, the tool most of us use to build iOS apps.