Jump to content

Internal documentation: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m add: Category:Technical communication
No edit summary
Line 3: Line 3:
This contrasts with external [[documentation]] where programmers keep their notes and explanations elsewhere.
This contrasts with external [[documentation]] where programmers keep their notes and explanations elsewhere.


Internal documentation has become increasingly popular as it cannot be lost, and any programmer working on the code has it immediately to hand and knows that it exists.
Internal documentation has become increasingly popular as it cannot be lost, and any programmer working on the code has it immediately to hand and knows that it


[[Category:Technical communication]]
[[Category:Technical communication]]

Revision as of 21:52, 8 November 2005

Computer software is said to have Internal Documentation if the notes on how and why various parts operate is included in the source code as comments. It is often combined with meaningful variable names with the intention that another programmer some time in the future can easily read straight through the code and gain a reasonably good understanding of what it does and how it does it.

This contrasts with external documentation where programmers keep their notes and explanations elsewhere.

Internal documentation has become increasingly popular as it cannot be lost, and any programmer working on the code has it immediately to hand and knows that it