-
Type: Technical Debt
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
5
Rename classes, methods, and variables using the conventions below. Refer to the naming section of the google style guide for details.
- Class names should be nouns that are simple and descriptive.
- Methods should be verbs and describe an action the class can perform.
- Variable names should be mnemonic. One-character variable names should be avoided.
- Update variable names to use units where it makes sense to do so.
- Do not use acronyms and/or abbreviations.
- Names should be descriptive enough to be immediately understandable by a new reader.