DeathArrow 3 months ago

Using OneOf library or something similar instead of discriminated unions / sum types.

Trying to use a functional pipeline instead of DI.

marcosdumay 3 months ago

Just try to make any generic high order function in C#. Any one you can think of.