pordmmulroy·dmmulroy· v1.0.0 · atualizado em 2026-04-11
79
Score
Migrate codebase from try/catch or Promise-based error handling to better-result. Use when adopting Result types, converting thrown exceptions to typed errors, or refactoring existing error handling to railway-oriented programming.
migrate to better-resultconvert try/catch to Resultreplace thrown exceptions with typed errorsadopt better-result for error handlingrefactor error handling with Result typesuse Result.tryPromise for async error handlingimplement railway-oriented programming