Result Extensions
Impetus
Once Pipe Extensions was off the ground, I was tired of using try/catch, which breaks up the flow of pipes. I built this library to deprecate try/catch in favor of the Result monad. However, I didn't really write documentation for it, and so it may be less obvious how wonderful this package is.
Intellisense provides great documentation if you want to take a look at it.
Features
- Compatible with most versions of dotnet: And it would have been much easier if I didn't take the time to do that.
- Pass multiple types: Using tuples, you can pass up to three variables as parameters to the next function.
- Install through NuGet: Because it's important to use the right channels.
- Dependency-less: You only install the code itself.
Links
Tech stack
- C#... Just C#