This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
Sweep panics #386
Labels
F6-refactor 📚
Code needs refactoring.
Z7-duplicate 🖨
Issue is a duplicate. Closer should comment with a link to the duplicate.
Milestone
Panics should only be used in one circumstance:
expect
with an appropriate explanation as to why it is impossible, unless it's completely obvious).All other panics and panic-causing code should be removed from non-test code.
The text was updated successfully, but these errors were encountered: