Result<T> in .NET BCL #259
RoySalisbury
started this conversation in
General
Replies: 1 comment
-
Unfortunately, I have no answer to that question. Probably, never. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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