← Back to context Comment by int_19h 2 days ago Can you give an example of said boiler plate? 2 comments int_19h Reply marcosdumay 1 day ago Just try to make any generic high order function in C#. Any one you can think of. DeathArrow 2 days ago Using OneOf library or something similar instead of discriminated unions / sum types.Trying to use a functional pipeline instead of DI.
marcosdumay 1 day ago Just try to make any generic high order function in C#. Any one you can think of.
DeathArrow 2 days ago Using OneOf library or something similar instead of discriminated unions / sum types.Trying to use a functional pipeline instead of DI.
Just try to make any generic high order function in C#. Any one you can think of.
Using OneOf library or something similar instead of discriminated unions / sum types.
Trying to use a functional pipeline instead of DI.