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