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 arguments per method
Written by David Martin
Updated over 10 months ago
Table of contents
Rationale
The more arguments a method has, the more complex it is. Having a long argument list is a symptom that something in the code has grown so large that it cannot be effectively handled.