User Tools

Site Tools


beewm:devel:java_coding_conventions

This is an old revision of the document!


Eclipse Formatter for Java Conventions

We use the Eclipse built-in Java Conventions formatter file, except for one difference: we have a line width of 180, instead of 80, as usually the screen allows much longer lines than 80.

Java Books

Unit testing

We use JUnit to implement the unit tests. Take a look at the [Getting started] (http://junit.sourceforge.net/) documentation at [Junit.org] (http://junit.org).

Logging

beewm/devel/java_coding_conventions.1365514701.txt.gz ยท Last modified: 2013/04/09 15:38 (external edit)