Skip to content

SolidStack.Core.Flow

Maxime Gélinas edited this page Jun 2, 2018 · 6 revisions

Overview

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.

Table of contents

Getting Started

What does it look like?

Optional values...

// In progess...

Operation results...

// In progess...

Where can I get it?

First, install NuGet. Then, install SolidStack.Core.Flow from the package manager console:

PM> Install-Package SolidStack.Core.Flow

Turning nulls into optional objects with the Option type

In progess...

Avoid throwing exceptions using the Result type

In progess...

Clone this wiki locally