Skip to content

Java's naming convention for constants is not UpperCamelCase #512

Closed
@solimant

Description

@solimant

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions