Designing a C#-friendly Result type (not just an F# port)
Our team at D-EDGE works on a codebase that is roughly ¾ F# – ¼ C#. On the F# side, Result<'ok, 'error> is everywhere: business failures flow through return values, signatures tell the truth, and no t
romain-deneau.hashnode.dev19 min read
Vincent Bourdon
❤️❤️ Super article Romain, à mettre à jour avec les union native C# 😉