Bart Sokol

Results 7 issues of 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....

enhancement
up-for-grabs

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...

enhancement
up-for-grabs

Make sure that all the changes in the API are covered

enhancement

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...

enhancement
help wanted

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)

enhancement

Added the changes merged into the code to the readme.