The Elements of Programming Style: Difference between revisions

Content deleted Content added
No edit summary
Pkm75 (talk | contribs)
m Missing upper case
Line 37:
# Don't stop at one bug.
# Use debugging compilers.
# watchWatch out for off-by-one errors.
# Take care to branch the right way on equality.
# Be careful if a loop exits to the same place from the middle and the bottom.