Comment on Keyword Arguments: Ruby, Clojure, Common LispparentComments−masklinn15yIf your refactoring is to make a 7-args function into a builder object (because what you're building actually needs those arguments), you're better off with keyword arguments.
Comments
If your refactoring is to make a 7-args function into a builder object (because what you're building actually needs those arguments), you're better off with keyword arguments.