Functions
Last updated
Was this helpful?
Last updated
Was this helpful?
Functions follow the same rules as variables, which is camelCase.
ALL functions follow this rule, even static functions or member functions.
Macros follow the same rules as a
Functions should ALWAYS be some sort of verb.
Use getters and setters effectively to achieve this.