Remix.run Logo
int_19h 6 months ago

Can you give an example of said boiler plate?

DeathArrow 6 months ago | parent | next [-]

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

Trying to use a functional pipeline instead of DI.

marcosdumay 6 months ago | parent | prev [-]

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