Java code conventions

Reasons to adopt code convention

  • Maintaining unified code style
  • Improving software readability
  • Speeding up the work
  • Hardly any software is maintained for its whole life by the original author

The most important conventions

Companies specific code conventions

Many companies have their own code conventions. So the developers should be able to switch into any code convention required. Here are a few examples for specific Java conventions in different companies.

Some other code-standard pretenders:

Plugins

Links