Hacker News new | ask | show | jobs
by gls2ro 936 days ago
Positional arguments creates a dependency on the position of the argument. And this is a cause of bugs when calling a method with the arguments in the wrong order.

Keyword arguments remove the depedency on the position.