Wednesday, April 2, 2008

Java Programming Style Guidelines

While a given development environment (IDE) can improve the readability of code by access visibility, color coding, automatic formatting and so on, the programmer should never rely on such features. Source code should always be considered larger than the IDE it is developed within and should be written in a way that maximize its readability independent of any IDE.

This document lists Java coding recommendations common in the Java development community.

http://geosoft.no/development/javastyle.html

The recommendations are based on established standards collected from a number of sources, individual experience, local requirements/needs, as well as suggestions

No comments: