gitlab.com topics: result
karosveduni/resultpattern_csharp
This library is designed to avoid throwing exceptions in the code. Instead, it returns a result from the method and describes the error. The library helps reduce the number of try-catch blocks in the code and is less taxing on the program compared to catching and rethrowing exceptions.
Last synced at: about 2 months ago - Stars: 0 - Forks: 0

Lipovsky/fallible
Error handling: Error + Result
Last synced at: about 2 years ago - Stars: 1 - Forks: 1