== General guidelines == - comment your code extensively (everybody must understand what is being done) - NEVER more than one blank line please! == 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