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/03/10 08:19] – 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 ==== | ||
- | * Constructors must not call any method unless it is ''' | + | * Constructors must not call any method unless it is '' |
- | * Fields assigned in the constructor must be ''' | + | * Fields assigned in the constructor must be '' |
info/java_style.1425975591.txt.gz · Last modified: 2015/03/10 08:19 by moritz