== 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: {{{ #!c for(int i=0