bancho.py
bancho.py copied to clipboard
Identify and refactor logic/data coupling issues (primarily in classmethods of app/objects classes)
bad classmethods should be refactored into app/usecases folder - more in-depth explanation coming soon:tm:
example of refactoring: https://github.com/osuAkatsuki/bancho.py/pull/200/commits/365880b3c0ccc7125cc485327780373b509361a6
this is in-progress with https://github.com/osuAkatsuki/bancho.py/pull/205