...

/

Software Projects and Packages to Share Code

Software Projects and Packages to Share Code

Learn how to work with software projects and packages to share code.

Working with software projects

The term project can be used in two different ways when talking about software development:

  • A collaborative enterprise used to develop the actual program—in other words, a group of people working together to build something. For that, we need a project plan, a project leader, and so on.
  • A container for all the files that make up the program being developed.

It’s the latter meaning—a container for all the files that make up a program—that we’ll discuss here. The first description ...