Root.Smell.Naming |
Parent | Index |
Sibling aspects | ClassSmell | Complexity | MethodSmell |
This aspect checks on identifiers in your codebase (their length and the appropriate naming convention to use for them, be it variables, classes or functions names.)
* bold denotes default value
This aspect does not have any sub aspects.
camelCase naming convention, snake_case naming convention,
hyphenated-case naming convention etc...
Consistent use of naming convention, make the code easy to read and debug.
Use the appropriate naming convention for each data type.