Skip to content

Java style guide

Bob Evans edited this page Oct 9, 2013 · 3 revisions

Ours is mostly the Sun standard, except:

  • We use a two character indent.
  • Everything should be in UTF-8
  • Spaces not tabs
  • Braces on the same line

Use Javadoc on public methods. Try to be coherent.

Here is an Eclipse formatter

Clone this wiki locally