Actions
CodingRules » History » Revision 1
Revision 1/7
| Next »
Jules Waldhart, 2015-04-16 13:29
Coding Rules¶
An unordered list of stuff we would like devs to follow
- 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)
- but mainly, avoid to commit unimplemented functions.
Updated by Jules Waldhart over 9 years ago · 7 revisions