|
topics >
computer science >
programming >
| ||||||||||||||||||||||||||
program blocks for control Topic: programming style Topic: structured editors |
SummaryIndentation provides a visual representation of scope. It indicates the context for elements by arranging a list of items vertically embedded under the context. Repeated indentation into columns may specify a set or an element of a set. Indentation may be difficult to preserve when publishing programs, defining new print formats, inserting text, and breaking text across pages. Level numbers can provide a numeric equivalent to indentation while editing aids can ease re-indentation. Indentation works best when its scope is limited. (cbb 5/80) Subtopic: studies of indentation Subtopic: editing with indentation Subtopic: indentation styles Subtopic: problems with indentation
|