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

Remove unwrap() calls and Implement Proper Error Handling #173

Open
c12i opened this issue Jan 8, 2024 · 0 comments
Open

Remove unwrap() calls and Implement Proper Error Handling #173

c12i opened this issue Jan 8, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@c12i
Copy link
Collaborator

c12i commented Jan 8, 2024

There is an abundant presence of unwrap() calls in the codebase, which can lead to unexpected panics when errors occur. It is essential to replace these calls with proper error handling mechanisms to ensure robust and reliable software behavior.

We already are using a library anyhow that can be useful with this.

@c12i c12i self-assigned this Jan 8, 2024
@c12i c12i added the enhancement New feature or request label Feb 29, 2024
@c12i c12i self-assigned this Oct 22, 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
Projects
Status: Backlog
Development

No branches or pull requests

1 participant