Source Code - Organization

Organization

The source code for a particular piece of software may be contained in a single file or many files. Though the practice is uncommon, a program's source code can be written in different programming languages. For example, a program written primarily in the C programming language, might have portions written in assembly language for optimization purposes. It is also possible for some components of a piece of software to be written and compiled separately, in an arbitrary programming language, and later integrated into the software using a technique called library linking. This is the case in some languages, such as Java: each class is compiled separately into a file and linked by the interpreter at runtime.

Yet another method is to make the main program an interpreter for a programming language, either designed specifically for the application in question or general-purpose, and then write the bulk of the actual user functionality as macros or other forms of add-ins in this language, an approach taken for example by the GNU Emacs text editor.

Moderately complex software customarily requires the compilation or assembly of several, sometimes dozens or even hundreds, of different source code files. In these cases, instructions for compilations, such as a Makefile, are included with the source code. These describe the relationships among the source code files, and contain information about how they are to be compiled.

The revision control system is another tool frequently used by developers for source code maintenance.

Read more about this topic:  Source Code

Famous quotes containing the word organization:

    Unless a group of workers know their work is under surveillance, that they are being rated as fairly as human beings, with the fallibility that goes with human judgment, can rate them, and that at least an attempt is made to measure their worth to an organization in relative terms, they are likely to sink back on length of service as the sole reason for retention and promotion.
    Mary Barnett Gilson (1877–?)

    The village had institutionalized all human functions in forms of low intensity.... Participation was high and organization was low. This is the formula for stability.
    Marshall McLuhan (1911–1980)

    The Red Cross in its nature, it aims and purposes, and consequently, its methods, is unlike any other organization in the country. It is an organization of physical action, of instantaneous action, at the spur of the moment; it cannot await the ordinary deliberation of organized bodies if it would be of use to suffering humanity, ... [ellipsis in original] it has by its nature a field of its own.
    Clara Barton (1821–1912)