Lerker3/yawgmoth

Refactor code base

Closed this issue · 3 comments

Currently the code base is poorly architected, with most of the logic occurring in the on_message() function. We would like to separate it out into multiple functions across multiple files.

Another associated task should be to rewrite all variable and function names and redo whitespacing to be compliant with PEP8.

https://www.python.org/dev/peps/pep-0008/

Fixed and closed by Gerst