𝔻𝔼𝕍𝕀𝕃𝕀𝕊ℍBanned from community to Programmer Humor@lemmy.ml · 2 years agocodeStyleimagemessage-square44linkfedilinkarrow-up1400arrow-down128
arrow-up1372arrow-down1imagecodeStyle𝔻𝔼𝕍𝕀𝕃𝕀𝕊ℍBanned from community to Programmer Humor@lemmy.ml · 2 years agomessage-square44linkfedilink
minus-squaremarcoslinkfedilinkarrow-up9·2 years 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-squareRustyNovalinkfedilinkarrow-up2·2 years 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