• Whitespace (blank, tab, newline) conventions
– one statement per line (most lines end with
;)
– use blank lines wisely
– indent if statements and while loops
– line up {} braces
–TAB in
emacs will indent a line properly
• Follow conventions in code you modify
• We charge for prettyprinting errors in hw!