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

Improve code efficiency #10

Open
Twigonometry opened this issue Jun 5, 2021 · 0 comments
Open

Improve code efficiency #10

Twigonometry opened this issue Jun 5, 2021 · 0 comments

Comments

@Twigonometry
Copy link
Owner

Code quality could likely be improved - currently lots of loops over the same files

List comprehensions are nice, but they limit what you can do - it might be better to loop over files manually and call several functions on each file once in one iteration of the list

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