-
joseph isaac thinks this is interesting:
Creating Classes That Have a Single Responsibility
A class should do the smallest possible useful thing; that is, it should have a single responsibility.
Minimise
A class should do the smallest possible useful thing; that is, it should have a single responsibility.
Minimise