- TypeScript
- Patterns
- Error Handling
Result Pattern in TypeScript: when your errors stop being a surprise
When a function can fail, let the type say so. Result Pattern in TypeScript: explicit errors, type-safe, and easy to test.
// tag
1 article
When a function can fail, let the type say so. Result Pattern in TypeScript: explicit errors, type-safe, and easy to test.