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
I am currently doing lots of error handling, and one method to clean it up would be to be more consistent in my use of the "Result" type, as I can just pass errors up the call stack, and I can just call functions that might error out using the "?" syntax.
The text was updated successfully, but these errors were encountered:
I am currently doing lots of error handling, and one method to clean it up would be to be more consistent in my use of the "Result" type, as I can just pass errors up the call stack, and I can just call functions that might error out using the "?" syntax.
The text was updated successfully, but these errors were encountered: