jmakhack / myanimelist-cli

Minimalistic command line interface for fetching user anime data from MyAnimeList.
https://aur.archlinux.org/packages/mya-git
MIT License
11 stars 15 forks source link

Code refactoring #20

Closed jmakhack closed 3 years ago

jmakhack commented 3 years ago

Associated Issue

Closes #12

Implemented Solution

Refactored code to move logic into functions. Added comments where needed. Made use of constants. Improve overall code readability.