Hacker News new | ask | show | jobs
by alpaca128 1366 days ago
Another annoying part of this is how every function declaration effectively doubles the list of parameters, once as type signature and once in the usual JS function syntax. And those don't even have to match, neither in length nor name of the parameters.