Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm working on a project which is in the initial stages, and I'm setting up some coding standards and a style guide. I've been looking for some good sources for coding standards, style guidelines, and best practices in general for Java development.

I've come across the official coding conventions from Oracle, but they appear to be from 1999, so I was wondering if there is anything more current.

FWIW, here is a link to the Oracle doc I found: http://www.oracle.com/technetwork/java/codeconv-138413.html

share|improve this question

closed as not a real question by corsiKa, Hogan, Ram kiran, Pragnani, CloudyMarble Mar 6 at 5:25

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

up vote 1 down vote accepted

The version you have found is current. The document has not been updated since 1999.

There are other more recent style guides around, but nothing (public) from Oracle / Sun, and not "official".

share|improve this answer
When you use an IDE there is usually an implicit style which will be followed when the code is auto-formatted by the IDE. I find it easier to follow those guidelines (and nominating a preferred IDE) instead of imposing a second set of rules. – RudolphEst Mar 5 at 23:06
@RudolphEst - that is true. However, in my experience (Eclipse) an IDE's default auto-formatting covers less than half of what the "official" style guide covers. – Stephen C Mar 5 at 23:35

Not the answer you're looking for? Browse other questions tagged or ask your own question.