Replies: 4 comments 2 replies
-
The same can be said about |
Beta Was this translation helpful? Give feedback.
-
You can put the ugly typing on the |
Beta Was this translation helpful? Give feedback.
-
From: To: It's only the gist, not necessarily the way. |
Beta Was this translation helpful? Give feedback.
-
Sure, that's fine. Still I think there should be an |
Beta Was this translation helpful? Give feedback.
-
The usage of
Success.Of
is cumbersome likeSuccess.Of<StorageException, Result>(Result.Success)
The idea is to simplify type parameters:
It should be
Success<T>
or even better it should beResult<T>
as "success" with a failure is more a result than a successful operation.@VaughnVernon Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions