Hacker News new | ask | show | jobs
by jkoudys 2423 days ago
This right here is exactly why Errors should be enums, instead of this wacky exception handling system. Try/catch is why I frequently prefer plain old .then and .catch instead