-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
[wip] error handling guide #7749
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
base: docs/guide
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally good, just a few small things i found
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a fine start. I'd like to see if someone could come up with a better way to handle this besides the generic if-isinstance chain.
Co-authored-by: pikaninja <38714028+pikaninja@users.noreply.github.com>
Co-authored-by: Chrovo <83519535+Chrovo@users.noreply.github.com>
Co-authored-by: Chrovo <83519535+Chrovo@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added some comments of my views, the only section I'm not too sure about is the Views and UI Kit error handling, personally.
One comment: since we are a typed library, I feel our examples should be typed up too.
Co-authored-by: Alex Nørgaard <Umbra@AbstractUmbra.dev>
Co-authored-by: Alex Nørgaard <Umbra@AbstractUmbra.dev>
Co-authored-by: Chrovo <83519535+Chrovo@users.noreply.github.com>
Co-authored-by: Chrovo <83519535+Chrovo@users.noreply.github.com>
Co-authored-by: Chrovo <83519535+Chrovo@users.noreply.github.com>
Co-authored-by: Alex Nørgaard <Umbra@AbstractUmbra.dev>
Co-authored-by: Alex Nørgaard <Umbra@AbstractUmbra.dev>
Co-authored-by: Alex Nørgaard <Umbra@AbstractUmbra.dev>
Co-authored-by: Alex Nørgaard <Umbra@AbstractUmbra.dev>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might have missed some things, but here's what I've caught so far.
749d084
to
d8770db
Compare
Summary
Start work on an error handling guide.
Checklist