Stendhal code design: Difference between revisions

Content deleted Content added
imported>Hendrik Brummermann
imported>MartinFuchs
Line 101:
== Coding Standards ==
 
weWe try to follow [http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html sunSUN javaJava code convention].
 
Despite this:
 
* We use tab for all indentation. (One tab is equivalent to 4 spaces for display purpose.)
* We do not stick too closely to line length.