this post was submitted on 01 Mar 2024
369 points (93.2% liked)

Programmer Humor

36876 readers
108 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] BautAufWasEuchAufbaut@lemmy.blahaj.zone 8 points 1 year ago* (last edited 1 year ago) (1 children)

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?

[โ€“] ObsidianNebula@sh.itjust.works 2 points 1 year ago (1 children)

That's exactly how I was taught Java styling in college. Idk if it was official styling or just professor preference though.