Closed
Description
On the "Naming Conventions" doc page, it says in the Constants, Values, Variable and Methods that:
Constant names should be in upper camel case... (similar to Java’s static final members)
Java does not follow upper camel case for constants naming convention, according to the Code Conventions for the Java TM Programming Language:
The names of variables declared class constants and of ANSI constants should be all uppercase with words separated by underscores ("_").
Metadata
Metadata
Assignees
Labels
No labels