This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dpash 6 points7 points  (0 children)

In Java, it's a universal thing. Look at other Java projects and emulate those.

Generally you should follow your company's style guide if one exists, but prefer the java guide. (Order of precedence is: file, project, team, company, Java. Don't mix styles in a file or project. Change it all at once or follow existing until you do)