top | item 23145965

(no title)

ergothus | 5 years ago

But until recently an unhandled promise failure was NOT a thrown error, and when it is it's not the error you want.

discuss

order

tengbretson|5 years ago

Absolutely! I guess what I'm trying to say is that in my experience, crashing on an unhandled rejection is a better remedy to the dangling promise problem than banning them outright.

z3t4|5 years ago

There is a saying - what you don't know can't hurt you. The idea of Promises comes from strongly typed static functional languages. Adding it to JavaScript was a terrible idea. Like with static modules - forcing the user to download the whole website/app before anything is rendered on the screen.

aaomidi|5 years ago

Lol what are you on about.

You're mixing so many different things right now.