DEV Community

Discussion on: Type-Safe Error Handling In TypeScript

Collapse
 
pianomanfrazier profile image
Ryan Frazier

Love this post. I have been writing a lot of Elm on side projects but use TypeScript at work. I recently encountered a big chunk of code that threw exceptions around. It was impossible to debug.

I found this post researching how I could refactor the code using Monads. Thanks.