scaffolding icon indicating copy to clipboard operation
scaffolding copied to clipboard

Remove `unwrap()` calls and Implement Proper Error Handling

Open c12i opened this issue 1 year ago • 0 comments

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 avatar Jan 08 '24 18:01 c12i