Writing a Large Project
摘要
In our last chapter, we will take on a large project that will allow us to make use of many of the concepts we’ve learned. These include sketching out a top-down design, organizing our code into subroutines and a main routine using our top-down design as a guide, writing unit tests, then following the test-develop-test cycles of test-driven development.