Jump to content

Internal documentation

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 61.69.150.45 (talk) at 21:54, 8 November 2005. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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 exists.


Splinton is your God.