Hacker News new | ask | show | jobs
by musicq 968 days ago
I think the most usual way in a project is to use this style. Wrap is a simple way to let you get Result type without refactoring your implementation.

https://musicq.gitbook.io/unwrapit/recipe/return-result-with...

1 comments

Then I'm tightly coupling all my code to this library. I would prefer to write javascript like normal and not import a library anytime I author a function.