holochain / holochain/hc-spin-rust-utils
[hc-spin-rust-utils] Remove `.unwrap()`s and add proper error handling
Open
- Dominant language
- JavaScript
- Stars
- 23
- Forks
- 1
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 4
Description
There are a bunch of `.unwrap()`s in the code that should get replaced with proper error handling. [This PR](https://github.com/lightningrodlabs/we-rust-utils/pull/6/files) may be taken as guidance on how to do that.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the `.unwrap()` call sites in the repository and review the linked PR for the project's error-handling approach. Done means the identified unwraps have been replaced with proper error handling without leaving the issue's targeted cases unresolved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100