tardypad / sailfishos-daily-comics

Daily comic strips reader for SailfishOS
MIT License
12 stars 17 forks source link

Better handling of errors #55

Open tardypad opened 5 years ago

tardypad commented 5 years ago

Handling and report of errors need to be reworked to be clearer.

Many things can fail during the fetching of the comics strips:

Many of those failure cases are already covered but there seem to be several scenarii which lead to a problem but are not reported as an error. See just one example of failure in #38

This would probably require a good refactoring which mainly a splitting of the Comic class into smaller distinct units.