Jump to content

Self-documenting code

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 71.37.14.147 (talk) at 03:18, 10 August 2005. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In computer science, self-documenting refers to the ability of a language or file format to require little or no previous knowledge of that format's specifications. A self-documenting format uses human-readable tags and markers to specify computational actions to be taken, so that the person reading the file can easily see what actions the computer will take when they parse these tags and markers.