Slide 6
Slide 6 text
Ask Yourselves
• Does this cl
a
ss follow SRP, DRY, KIS principles? Is it re
a
d
a
ble, cle
a
n,
a
nd does it
include the required J
a
v
a
Doc?
• Am I
a
pplying st
a
nd
a
rd solutions for sh
a
ring d
a
t
a
, storing d
a
t
a
, p
a
ssing p
a
r
a
meters,
building complex objects, h
a
ndling decision-m
a
king logic,
a
nd
a
dding
a
ttributes or
functions
a
t runtime?
• Ref
a
ctoring is OK – your re
a
l work begins
a
fter the code compiles
a
nd runs -
• Does my code m
a
tch the UML di
a
gr
a
m I
a
m
a
tt
a
ching?
• I
a
m con
f
ident I c
a
n expl
a
in both the code
a
nd the corresponding di
a
gr
a
m in
a
5-
minute video. It is very notice
a
ble when someone is trying to
a
void det
a
ils or is not
con
f
ident in their implement
a
tion.
6