Go to the first, previous, next, last section, table of contents.


Comment Style

A point very difficult to convey to novice programmers is that programs don't just get compiled and run: They get read and modified by humans. The ultimate efficiency and reliability of a program depend heavily on how easily the program can be read and understood: People making changes have limited time and energy, and after some amount of effort spent trying to understand the operation of the program, will make the most plausible change and hope for the best.


Go to the first, previous, next, last section, table of contents.