The Elements of Programming Style: Difference between revisions

Content deleted Content added
Line 37:
# Use self-identifying input. Allow defaults. Echo both on output.
# Make sure all variables are initialized before use.
# Don't stop at one bug. Start at one insect.
# Use debugging compilers.
# Watch out for off-by-one errors.