Jump to content

Internal documentation: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
redirect unsourced stub
Tag: New redirect
 
(24 intermediate revisions by 20 users not shown)
Line 1: Line 1:
#REDIRECT [[Software_documentation#Technical_documentation_embedded_in_source_code]]
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

[[Category:Technical communication]]

Latest revision as of 15:47, 3 July 2023