Summary
In this chapter, we’ve learned six common myths that prevent teams from using TDD and discussed the right approach to reframing those conversations. TDD really deserves a much wider application in modern software development than it has now. It’s not that the techniques don’t work. TDD simply has an image problem, often among people who haven’t experienced its true power.
In the second part of this book, we will start to put the various rhythms and techniques of TDD into practice and build out a small web application. In the next chapter, we will start our TDD journey with the basics of writing a unit test with the Arrange-Act-Assert (AAA) pattern.