-
Notifications
You must be signed in to change notification settings - Fork 0
SolidStack.Core.Flow
Maxime Gélinas edited this page Jun 2, 2018
·
6 revisions
SolidStack.Core.Flow focuses on encapsulating the branching logic of your code so you can write a linear and much more readable code flow without having to deal with exceptions, null checks and unnecessary conditions.
- Getting started
- Turning nulls into optional objects with the
Optiontype - Avoid throwing exceptions using the
Resulttype
Optional values...
// In progess...Operation results...
// In progess...First, install NuGet. Then, install SolidStack.Core.Flow from the package manager console:
PM> Install-Package SolidStack.Core.Flow
In progess...
In progess...