SE450
:
Consistency
[37/57]
Related features of a class should have matching
names
parameters
return values
behavior
Bad example:
new GregorianCalendar(year, month - 1, day)
Why is
month
0-based?