Wednesday, 4 December 2019

New error handling method in Node. Thoughts?

I like Go's style of error handling a lot- it almost forces us to pay attention to errors. In Node and JS, I feel like people often mishandle errors.I made this implementation for converting promise-style, callback-style, and sync-style functions to Go-style return functions. https://github.com/ethanent/resn

Submitted December 05, 2019 at 04:47AM by Etha_n

No comments:

Post a Comment