• @marcos
    link
    99 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.

    • @RustyNova
      link
      29 months ago

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