Golang style error handling pattern in Javascript
Try-catch buries error handling at the bottom of your logic. Here's how to borrow Go's tuple-return pattern and handle errors right where they happen.
Software, stories, and the world they're built in.
Try-catch buries error handling at the bottom of your logic. Here's how to borrow Go's tuple-return pattern and handle errors right where they happen.