@devilish666 to Programmer [email protected] • 9 months agocodeStyleimagemessage-square44arrow-up1399arrow-down128
arrow-up1371arrow-down1imagecodeStyle@devilish666 to Programmer [email protected] • 9 months agomessage-square44
minus-square@marcoslink9•9 months agoThe 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.
minus-square@RustyNovalink2•9 months agoRust is like Python, but actually tell you the rules instead of you doing whatever you want
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.
Rust is like Python, but actually tell you the rules instead of you doing whatever you want