...

/

Summary of Software Projects and Code Organization

Summary of Software Projects and Code Organization

Review what we have covered in this chapter.

We'll cover the following...

Chapter summary

In this chapter, the focus has been on organizing our code and how to name things so that we can avoid naming conflicts.

A book is divided into chapters to make it easier to read and navigate. In the same way, we want our code to be easy to read and understand. We don’t have the concept of chapters in programming, but we do have modules. A module is ...