Names to avoid
ID | NAMING-15 |
Title | Names of classes, functions, variables, properties and struct fields should not start with temp , my , etc. |
Priority | Recommended |
Severity level | 8 |
Description | Names of classes, functions, variables, properties and struct fields should not start with temp , my and they should not have names such as myClass , testFunction , etc. |
Rationale | Names like these do not properly indicate what the class, function or variable is for. |