Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor GUI Code #7

Open
DavidBerdik opened this issue Apr 1, 2022 · 0 comments
Open

Refactor GUI Code #7

DavidBerdik opened this issue Apr 1, 2022 · 0 comments
Labels
todo Note about change that should be made in the future

Comments

@DavidBerdik
Copy link
Owner

The GUI code currently resides in a single Python file that is just under 2,000 lines long!

For the sanity of our future selves as well as other developers that may join in on this project in the future, we should refactor this out in to smaller chunks. The GUI.py code currently lives in the backend directory. As part of the refactor, I recommend moving the GUI.py code to a new GUI directory and then breaking the code out in to smaller chunks within that directory that are more manageable.

@Michaeljfang

@DavidBerdik DavidBerdik added bug Something isn't working todo Note about change that should be made in the future and removed bug Something isn't working labels Apr 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
todo Note about change that should be made in the future
Projects
None yet
Development

No branches or pull requests

1 participant