Xeonitte: Refactor panic through code #1

Open
opened 2026-05-21 11:02:43 +00:00 by let_rec · 0 comments
Owner

All unwrap(), expect(), and other panic-causing methods must be modified. As you can see, there are many similar codes.

  • Instead of using such methods, use anyhow for error handling and other methods, ways instead of unwrap().
### All `unwrap()`, `expect()`, and other panic-causing methods must be modified. As you can see, there are many similar codes. - Instead of using such methods, use `anyhow` for error handling and other methods, ways instead of `unwrap()`.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
let_rec/Contributions#1
No description provided.