Stendhal code design: Difference between revisions

Content deleted Content added
imported>MartinFuchs
imported>Durkham
No edit summary
Line 116:
</code>
 
Avoid evaluation and assignment in the same line like:
Avoid advanced Java Features like the following or explain their usage in inline comments.
 
* ternary operators, for example in:
Line 125:
...
}
 
* comparing Strings by reference instead of using equals()