Actions
CodingRules » History » Revision 2
« Previous |
Revision 2/7
(diff)
| Next »
Jules Waldhart, 2015-04-16 13:56
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