• marcos@lemmy.world
    link
    fedilink
    arrow-up
    9
    ·
    4 months ago

    The Java standard is ClassName, variableName, FINAL_VALUE_NAME.

    It’s derived from a popular C++ standard. (But C++ has many for you to pick.)

    Python is the one that likes snake_case, but it’s for variables, as you said. Classes are still PascalCase.