September 2017
Beginner to intermediate
384 pages
8h 4m
English
A large class code smell makes the code difficult to understand and tougher to maintain. A large class can do too many things for one class. Large classes can be refactored by breaking them into smaller classes with a single responsibility.