Goke Pelemo

22%
Flag icon
When a class is trying to do too much, it often shows up as too many fields. When a class has too many fields, duplicated code cannot be far behind. You can Extract Class (182) to bundle a number of the variables. Choose variables to go together in the component that makes sense for each.
Refactoring: Improving the Design of Existing Code (Addison-Wesley Signature Series (Fowler))
Rate this book
Clear rating
Open Preview