The Elements of Programming Style: Difference between revisions

Content deleted Content added
list of maxims
Corrected grammatical error
Line 33:
# Make input easy to proofread.
# Use self-identifying input. Allow defaults. Echo both on output.
# Make sure all variablevariables are initialized before use.
# Don't stop at one bug.
# Use debugging compilers.