Comment by int_19h Comment by int_19h 3 months ago 2 replies Copy Link View on Hacker News Can you give an example of said boiler plate?
Copy Link DeathArrow 3 months ago Next Collapse Comment - Using OneOf library or something similar instead of discriminated unions / sum types.Trying to use a functional pipeline instead of DI. Reply View | 0 replies
Copy Link marcosdumay 3 months ago Prev Collapse Comment - Just try to make any generic high order function in C#. Any one you can think of. Reply View | 0 replies
Using OneOf library or something similar instead of discriminated unions / sum types.
Trying to use a functional pipeline instead of DI.