Rationale
The more methods a class has, the more complex it is. Large classes are often a symptom that something in the code has grown so large that it cannot be effectively handled.
Scope
- Apex classes
The more methods a class has, the more complex it is. Large classes are often a symptom that something in the code has grown so large that it cannot be effectively handled.