Self-documenting code
Appearance
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.