Getting Started with Test-Driven Development
摘要
In the previous chapters, we talked about the advantages of using tests to drive the design of the code and how to write tests using Apple’s Swift Testing library. It’s now time to see concrete examples of Test-Driven Development.