Hacker News new | ask | show | jobs
by _ZeD_ 2156 days ago
Passing an object to a function call, at best, can be described as a workaround.

Named argument are more explicit.

I wrote a lot of old python and js code with dict/object as argument, they were dreadful