Hacker News new | ask | show | jobs
by yarrel 5054 days ago
Named parameters would result in more readable, compact, and efficient code compared to the latter approach.

But yes, long parameter lists (whether represented as argument structs or not) generally indicate a problem.