... | ... | @@ -11,7 +11,7 @@ Name rules: |
|
|
* Class name start with an uppercase (e.g. Example)
|
|
|
* Internal variables of a class start with an underscore and a lowercase (e.g. _example)
|
|
|
* Class functions start with a lowercase (e.g. example)
|
|
|
* Functions "get/set":
|
|
|
* Access functions "get/set":
|
|
|
* getRefToExample() : can be used or set by reference a variable value that exists (or copy-paste its value);
|
|
|
* getConstRefToExample() : idem but in read-only access;
|
|
|
* getExample : use it when you want to return an object that may be not exist;
|
... | ... | |