Readability is much more important than shortness. Concise parameter naming is important thing. line syntax does not suite you, you can always start each argument from new line which is very convenient for easy reading and comments.
And I don’t know about javascript community, but in java 7-10+ parameters usually means that you are doing something wrong. Some of parameters groups probably could be replaced by data classes.
1 Like