fim icon indicating copy to clipboard operation
fim copied to clipboard

Review and remove all unwraps inside the code

Open okynos opened this issue 2 years ago • 1 comments

Hello!

From Reddit post https://www.reddit.com/r/rust/comments/vg1ikg/question_discussion_why_is_unwrap_so_heavily/ and thanks to Reddit user /u/WrongJudgment6. We detected some bad code using unwraps instead of manage the Result/Options as is needed. Tasks:

  • Review unwrap calls
  • Change to Result/Option management.
  • Test
  • Deploy
  • Enjoy!

okynos avatar Jun 20 '22 09:06 okynos

We will review the code to avoid None unwraps

okynos avatar Jan 11 '23 16:01 okynos