Hacker News new | ask | show | jobs
by mjbrusso 1733 days ago
However , to pass a constant I could use default parameter value.
1 comments

It's the function definition that's responsible for defining default parameter.

It's the function caller that's responsible for that parameter with partial application / currying / closure.

It doesn't matter if you develop both, but if you use a library you'll need partial application to define default parameter.