...

/

Introduction to the Software Projects and Code Organization

Introduction to the Software Projects and Code Organization

Get an overview of what will be covered in this chapter.

We'll cover the following...

Overview

When we write software and our program grows, we’ll need to organize our code so that it’s easy to read when we need to maintain it. An application can be hundreds of thousands or ...