Section 2 –The Data Model
In most projects, the model layer is the part that is easiest to test. As we are just getting started, writing tests for model objects helps us to get into a testing mode mindset.
In this section, we will cover the following chapters:
- Chapter 4, The App We Are Going to Build
- Chapter 5, Building a Structure for ToDo Items
- Chapter 6, Testing, Loading, and Saving Data