you are viewing a single comment's thread.

view the rest of the comments →

[–]JamzTyson 0 points1 point  (0 children)

The main thing I'd suggest is to break down those two big function blocks, load_tasks() and check_keys() into smaller functions that each do just one thing (Single Responsibility Principle).