Recap – setting up the application
In this section, we learned about writing TDD tests and how they help shape our thinking as we develop our solutions. We covered the process of writing TDD tests for adding a todo item, viewing a todo item, deleting a todo item, and viewing the total count of todo items in the todo list. We also learned that TDD tests help us understand the process of development and that the tests are not the final tests that we will have when the features are completed. In the next section, we will look at modifying TDD tests once the features for our application have been completed.