CodingRules » History » Version 1
Jules Waldhart, 2015-04-16 13:29
1 | 1 | Jules Waldhart | h1. Coding Rules |
---|---|---|---|
2 | |||
3 | An unordered list of stuff we would like devs to follow |
||
4 | |||
5 | * not implemented functions: put an 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) |
||
6 | * but mainly, avoid to commit unimplemented functions. |