Stendhal code design: Difference between revisions
Content deleted Content added
imported>Hendrik Brummermann added navigation |
imported>Hendrik Brummermann moved client information to new article Finding your way around the Stendhal Client Code. |
||
Line 1:
{{Navigation for Stendhal Top}}
{{Navigation for Stendhal Developers}}
== Finding your way around the Code ==
* [[Finding your way around the Stendhal Server Code]].
* [[Finding your way around the Stendhal Client Code]].
== Coding Standards ==
Line 141 ⟶ 28:
* ternary operators, for example in:
<code>String y = x==null ? "NULL": x.toString();</code>
* post-increment/decrement operators as in:
| |||