Looks good but what about Named Parameters? Why on earth is Javascript still missing such an important feature? I know you can kind of fake it with objects, but is clunky in comparison.
That's actually a benefit. It allows the type signature to be used to compose and verify what you're passing to a function, and to use that same interface in other places.
dtagames|6 months ago
pjmlp|6 months ago
Also it is the same approach done in C and C++, another two languages where being clunky is a something we got used to.
Klonoar|6 months ago