Slide 28
Slide 28 text
CODE
CALISTENICS
1. Only
one
indentation
per
method
2. Do
NOT
use
the
"else"
keyword
3. Wrap
all
primitive
types
if
it
has
behavior
4. Only
one
-‐>
per
line
5. Do
not
abbreviate
6. Keep
your
classes
small
7. Limit
the
number
of
instance
variables
8. Use
first
class
collections