Bart Sokol
Bart Sokol
`Result` is great for handling typical Ok/Error scenarios, but in some cases, some more flexibility could be helpful - like having an option to specify type returned in both cases....
Validation is often handled by the `Result` type, but it has some drawbacks. First, the error type is fixed, and although it's quite flexible, it would be nice to have...
Make sure that all the changes in the API are covered
Add sample project that will showcase the capabilities of the Monacs library. Any ideas for what this project can be like are welcome. I was thinking about simple WebAPI app...
Add or extend documentation: - [x] [For Result](https://github.com/MonacsLib/Monacs.Docs/tree/master/docs/result.md) - [ ] [For Unit](https://github.com/MonacsLib/Monacs.Docs/tree/master/docs/unit.md) - [ ] [Glossary](https://github.com/MonacsLib/Monacs.Docs/tree/master/docs/glossary.md)
Added the changes merged into the code to the readme.