Code Smell 10: Functions With Too Many Arguments

Programming Tech Brief By HackerNoon - Un pódcast de HackerNoon

Podcast artwork

Categorías:

This story was originally published on HackerNoon at: https://hackernoon.com/code-smell-10-functions-with-too-many-arguments. Passing too many arguments to functions hurts maintainability. Learn how to refactor parameters into meaningful domain objects. Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #clean-code, #code-refactoring, #refactor-legacy-code, #object-oriented-design, #software-design-principles, #extract-class-refactoring, #method-object-pattern, #maintainable-code, and more. This story was written by: @mcsee. Learn more about this writer by checking @mcsee's about page, and for more stories, please visit hackernoon.com. Functions with long argument lists hide domain knowledge, reduce reuse, and increase coupling. Refactoring parameters into cohesive domain objects restores clarity, intent, and maintainability.

Visit the podcast's native language site