You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project's over-usage of globals makes the code messy and hard to organize. Figuring out what to do with these would be a good next step to making the project cleaner.
Most of the code is within pyRunner.py, which is way too big. This StackOverflow page has some good info about organizing Python projects: http://stackoverflow.com/questions/391879/organising-my-python-project (note: 1 class per file is not the way to do it)
The text was updated successfully, but these errors were encountered: