aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2021-10-07 23:19:31 +0200
committerDaniel Schadt <kingdread@gmx.de>2021-10-07 23:19:31 +0200
commit8510ed3e43ff0a92565815b02645cc7bf5cb6b18 (patch)
tree7dc820e537583705099cf1f77b8a49e100b9a64d /README.md
parentcd110bcc5db993ae329d85674590f9a453014f8c (diff)
downloadkondou-8510ed3e43ff0a92565815b02645cc7bf5cb6b18.tar.gz
kondou-8510ed3e43ff0a92565815b02645cc7bf5cb6b18.tar.bz2
kondou-8510ed3e43ff0a92565815b02645cc7bf5cb6b18.zip
Modernize error handling
This sprinkles in some thiserror and anyhow instead of the hand-rolled 'error_froms!' macros and the MainResult. The benefit of this is that we're hooking into an established ecosystem of error handling and we're saving a lot of effort in the hand-written Display and Error implementations. The reason for not sprinkling anyhow everywhere is because the retrieval/rendering part of kondou could be split off into a library at some point, in which case we want to have a proper KondouError type. However, the argument could be made that the current split of errors is not very good, especially because many of them boil down to the same inner errors (RenderError wrapping ApiError wrapping reqwest::Error), which keeps unnecessary information. Some future improvements may include 1.) Unifying those error enums into one bigger enum 2.) Attaching more context through anyhow in the application layer 3.) Properly define an API and split off the inner logic from the UI logic
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions