Hacker News new | ask | show | jobs
by Cthulhu_ 1311 days ago
I mean they could ADD it, just like nowadays individuals can choose to implement it themselves, but it wouldn't supersede any existing error / result implementations (success/error callbacks, throw/catch, promises which use both, etc).

To improve or change a language, I think you should get rid of another feature if it solves the same problem, instead of add another option.

1 comments

> just like nowadays individuals can choose to implement it themselves

I don't think this is possible with JS right now?