### Current 1. The code uses a lot of `unwrap` and `expect` and `unchecked_into`. 2. There are a lot of hard-coded values such as URLs and login credentials. ### Wanted 1. Use proper error-handling and log messages to console. [Look into error-handling libraries](https://blessed.rs/crates#section-common-subsection-error-handling). 2. These should be stored in configuration files, outside of VCS.
Current
unwrapandexpectandunchecked_into.Wanted