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

navajo: Remove or reduce usage of unwraps #30

Open
chanced opened this issue Mar 10, 2023 · 0 comments
Open

navajo: Remove or reduce usage of unwraps #30

chanced opened this issue Mar 10, 2023 · 0 comments

Comments

@chanced
Copy link
Owner

chanced commented Mar 10, 2023

Almost all unwraps deal with random number generation.

Remove those unwraps and return errors. It'll clutter the interface a bit. While it is incredibly unlikely that random will fail after it has succeeded, it is still possible.

@chanced chanced changed the title Remove or reduce usage of unwraps navajo: Remove or reduce usage of unwraps Apr 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant