TH
I just discovered this. Coming from a Scala background I really dislike the whole exception paradigm. Even Go (one of the most basic languages) shuns exceptions in favour of a primitive Either pattern. Thanks so much for sharing!
CommentArticleMay 17, 2023Stop catching errors in TypeScript; Use the Either type to make your code predictable