wiki:DevelopersGuide/StyleGuide

Version 3 (modified by Gubaer, 16 years ago) ( diff )

--

Development Guidelines

How your code should look like

  • make sure the code is Java 1.5 compatible: no missing @Override or @Deprecated
  • make sure there is no trailing white space
  • don't use multiple consecutive empty lines

Configuring Eclipse =

Note: See TracWiki for help on using the wiki.