Summary
This chapter has demonstrated how the TDD process works once you have a substantial amount of code in place. In addition, you have seen how we can build feature upon feature using the same Red-Green-Refactor workflow that you learned about in Chapter 2, Introducing the Red-Green-Refactor Workflow: first, by refactoring the store implementation, and then by introducing Svelte component state.
In the next chapter, we’ll stop to look at some of the ways we can simplify the current code base.