Copyright (c) 2023, Intercom, Inc. (legal@intercom.io) with Reserved Font Name "Inter".
This Font Software is licensed under the SIL Open Font License, Version 1.1.Copyright (c) 2023, Intercom, Inc. (legal@intercom.io) with Reserved Font Name "Inter".
This Font Software is licensed under the SIL Open Font License, Version 1.1.Skip to main content
Number of methods per class
Written by David Martin
Updated over 9 months ago
Table of contents
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.