== General guidelines == - comment your code (everybody must understand what is being done) - NEVER more than one blank line please! - Align operators vertically to emphasize local program structure and semantics when possible - Do not use excessive blank spaces (especially in equations) == C/C++ == - if/for should follow this: - no space fetween if/for and its statement - If an if/for holds on one line, then do not use brackets - Otherwise, use brackets {{{ #!c for(int i=0