StendhalCodeDesign

From Arianne
Jump to: navigation, search



Stendhal Javadoc

The browsable javadoc is located at http://stendhalgame.org/hudson/job/stendhal_HEAD/javadoc.

Finding your way around the Code

Coding Standards

The code is written to compile for sun java 1.5

We try to follow SUN Java code convention.

Despite this:

if (condition) {
    method();
}

Avoid evaluation and assignment in the same line like:

 String y = x==null ? "NULL": x.toString();
 if (idx++ == 10) {
   ...
 }
Personal tools
Namespaces
Variants
Actions
Navigation
stendhal for players
portal
resources
Toolbox