wiki:DevelopersGuide/StyleGuide

Version 3 (modified by Gubaer, 15 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 =

Attachments (4)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.