chellygel / AnimeKetchup

Some anime you want to watch? How fast can you catch up?
1 stars 0 forks source link

New Functions and Permutations #26

Closed leepatrickworrall closed 9 months ago

leepatrickworrall commented 9 months ago

What's been worked upon?

  1. Resolved default which were being overwritten by variables.
  2. Removed options that weren't fully implemented yet, but they can be in the future. In the meantime, I added them to a 'TODO' at the top of the main.py file.
  3. Code was split up into functions to improve readability, as well as to adhere to the DRY method.
  4. Calculation logic was split into functions within the options.py file.
  5. Deleted from ketchup.luffy import LUFFY in the meantime, to be efficient in debugging.
  6. Functions were renamed.

Overall more changes have been made, and I'm sure more will need to be made, but this in the most up-to-date branch.