📝 New article: Designing a C#-friendly Result type (not just an F# port) The missing union types were the easy part. The real work: implicit conversions, Try-pattern, LINQ query syntax as a result {} block. romain-deneau.hashnode.dev/designing-a-... #csharp #fsharp
Designing a C#-friendly Result type (not just an F# port)
How our mostly-F# team designed a Result type in C# — the missing union types were the easy part; the real work was a C#-idiomatic API.
romain-deneau.hashnode.dev