cdown/battery-notify

Go through error handling and validate it make sense

cdown opened this issue · 0 comments

cdown commented

Some general thoughts:

  1. We should make sure connection errors would only error at the point of connection, and terminate the program if failed.
  2. We should make sure transient errors don't just get shoved into an .unwrap_or(), and actually show an error.