info:java_style
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| info:java_style [2015/02/19 06:32] – links and some text moritz | info:java_style [2015/03/10 08:20] (current) – [Objects] moritz | ||
|---|---|---|---|
| Line 8: | Line 8: | ||
| ===== Classes ===== | ===== Classes ===== | ||
| - | * All public class fields must be < | + | * All public class fields must be '' |
| - | * Class members have to be named uppercase with underscore between words: | + | * Class members have to be named uppercase with underscore between words: |
| ===== Objects ===== | ===== Objects ===== | ||
| - | * All fields must be < | + | * All fields must be '' |
| - | * All fields must be < | + | * All fields must be '' |
| + | ===== Constructors ==== | ||
| + | |||
| + | * Constructors must not call any method unless it is '' | ||
| + | * Fields assigned in the constructor must be '' | ||
info/java_style.1424327565.txt.gz · Last modified: by moritz
