• marcos
    link
    fedilink
    arrow-up
    9
    ·
    1 year 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.

    • RustyNova
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      Rust is like Python, but actually tell you the rules instead of you doing whatever you want