October 2009
Intermediate to advanced
480 pages
9h 59m
English
One of the most fundamental, if not the fundamental, decision in object design is deciding where to put responsibilities. I’ve been working with objects for more than a decade, but I still never get it right the first time. That used to bother me, but now I realize that I can use refactoring to change my mind in these cases.
Often I can resolve these problems simply by using Move Method and Move Field to move the behavior around. If I need to use both, I prefer to use Move Field first and then Move Method.
Often classes become bloated with too many responsibilities. In this case I use Extract Class or Extract Module to separate some of these responsibilities. If a class becomes too irresponsible, I ...
Read now
Unlock full access