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

Improve error handling #7

Open
tchapacan opened this issue Mar 30, 2024 · 0 comments
Open

Improve error handling #7

tchapacan opened this issue Mar 30, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@tchapacan
Copy link
Owner

tchapacan commented Mar 30, 2024

Error handling has been naively implemented as it is in early stage. Some error can throw a panic (and they might shouldn't?) vs other no (and they should?)

A revisit of the case where error handling is messy and refacto/take appropriate decision where it is necessary.

Here some documentation related to error handling in rustbook : https://doc.rust-lang.org/book/ch09-03-to-panic-or-not-to-panic.html

@tchapacan tchapacan added good first issue Good for newcomers enhancement New feature or request labels Mar 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant