369
codeStyle
(lemmy.world)
Post funny things about programming here! (Or just rant about your favourite programming language.)
But also classes? In Java, I normally see camelcase (objects, variables, functions, ...) except for class definitions, which are PascalCase.
The package itself often is snakecase though iirc?
That's exactly how I was taught Java styling in college. Idk if it was official styling or just professor preference though.
Same I was taught. Think it's official. Professor was a stickler for following official rules so I doubt he would deviate.