Summary
Let's summarize what we’ve learned in this chapter.
We'll cover the following...
What did we learn?
Tests are a must for large-scale applications because, without them, any refactoring, especially major instances, could produce many hard-to-find bugs. At the start, it might be a ...