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:
“One of the many reasons for the bewildering and tragic character of human existence is the fact that social organization is at once necessary and fatal. Men are forever creating such organizations for their own convenience and forever finding themselves the victims of their home-made monsters.”
—Aldous Huxley (18941963)
“I would wish that the women of our country could embrace ... [the responsibilities] of citizenship as peculiarly their own. If they could apply their higher sense of service and responsibility, their freshness of enthusiasm, their capacity for organization to this problem, it would become, as it should become, an issue of profound patriotism. The whole plane of political life would be lifted.”
—Herbert Hoover (18741964)
“When a mans partners killed, hes supposed to do something about it. It doesnt make any difference what you thought of him, he was your partner and youre supposed to do something about it. As it happens, were in the detective business; well, when one of your organization gets killed, its, its bad business to let the killer get away with it. Bad all around. Bad for every detective everywhere.”
—John Huston (19061987)