Result<T> in .NET BCL #259
RoySalisbury
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are a few implementations of Result around. Each has there own pro/cons and is perfectly usable. Before I settle on one implementation, I'd lke to ask the following...
How likely is it that MS will add this implemention of Result as the default for the library? There is a proposal for TypedUnions (Result/Option types mentiond) and I'm fine with having to make minor changes after the fact, but I don't want to have to make major changes to switch over to a different implementation later on.
Beta Was this translation helpful? Give feedback.
All reactions