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 core.py into multiple files #8

Open
rohankumar42 opened this issue Aug 3, 2020 · 0 comments
Open

Refactor core.py into multiple files #8

rohankumar42 opened this issue Aug 3, 2020 · 0 comments

Comments

@rohankumar42
Copy link
Owner

core.py will get much harder to deal with as we keep adding functionality. Probably best to refactor it into multiple files. There is a lot of interdependence between different parts of the code in core.py (which is why I originally kept it all in one file), so we'd have to figure out how to do this cleanly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant