Avoiding Result Pitfalls
Sadly, C# does not ship with a Result<T> as part of the BCL. Even sadder, our friends lucky enough to work in F# have a really good one, so the .NET IL is clearly capable of it.
This hasn't prevented many an ambitious programmer from attempting to wr...
blog.samferree.dev7 min read