Stendhal code design: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Hendrik Brummermann |
imported>MartinFuchs |
||
| Line 101: | Line 101: | ||
== Coding Standards == |
== Coding Standards == |
||
We try to follow [http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html SUN Java code convention]. |
|||
Despite this: |
Despite this: |
||
* We use tab for all indentation. |
* 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. |
* We do not stick too closely to line length. |
||