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

rename PascalCase modules in snake_case #293

Open
rnbguy opened this issue Nov 24, 2022 · 0 comments
Open

rename PascalCase modules in snake_case #293

rnbguy opened this issue Nov 24, 2022 · 0 comments
Labels
dev Changes that make development easier: refactoring, tooling etc.

Comments

@rnbguy
Copy link
Member

rnbguy commented Nov 24, 2022

There are a bunch of modules in project root that uses PascalCase (CapWords in PEP 8).

PascalCase is used for class names.

They need to be refactored and renamed to snake_case (all-lowercase with underscore in PEP 8).

@rnbguy rnbguy added bug Something isn't working enhancement New (user-facing) feature or request and removed bug Something isn't working labels Nov 24, 2022
@ivan-gavran ivan-gavran added dev Changes that make development easier: refactoring, tooling etc. and removed enhancement New (user-facing) feature or request labels Nov 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev Changes that make development easier: refactoring, tooling etc.
Projects
None yet
Development

No branches or pull requests

2 participants