Hacker News new | ask | show | jobs
by gruseom 4678 days ago
Can promises guarantee that condition with only library code? or do you still have to have try/catch in the application code, and if so where?

Also, do any of the promises libraries solve the backtrace problem, and if so how do they do it?