You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move towards returning "Result" objects, instead of simple values.
This should allow us to create a more consistent interface for success, failure and error cases, instead of being a combination of values and exceptions.
Proposed feature
Move towards returning "Result" objects, instead of simple values.
This should allow us to create a more consistent interface for success, failure and error cases, instead of being a combination of values and exceptions.
Feature description
A "Result" may look something like:
This should allow us to provide more information and context about the return state, which could be particularly valuable in places like Verification.
The text was updated successfully, but these errors were encountered: