Improve code health
#10836
Replies: 2 comments
-
add comment documentation for key data structureit's kind of hard to understand some data structure without explicit comment and tests, especially some naming is very unreadable |
Beta Was this translation helpful? Give feedback.
0 replies
-
remove panic for configuration validationpanic on wrong configuration cause bad error report experience |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
unify error handling logic
replace anyhow with miette and this_error to avoid unnecessary conversion between anyhow and miette
Beta Was this translation helpful? Give feedback.
All reactions