CodingRules » History » Revision 2
Revision 1 (Jules Waldhart, 2015-04-16 13:29) → Revision 2/7 (Jules Waldhart, 2015-04-16 13:56)
h1. Coding Rules An unordered list of stuff we would like devs to follow * not implemented functions: put an @assert(false);@ assert(false); in it, it will abort in debug mode, and do nothing in release. (instead of a print or whatever, which is totally unclear) * but mainly, avoid to commit unimplemented functions.