Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make more elegant use of the Result type #2

Open
human37 opened this issue Mar 5, 2021 · 0 comments
Open

Make more elegant use of the Result type #2

human37 opened this issue Mar 5, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@human37
Copy link
Owner

human37 commented Mar 5, 2021

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.

@human37 human37 added the enhancement New feature or request label Mar 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant