informalsystems / informalsystems/modelator
rename PascalCase modules in snake_case
Open
dev
- Dominant language
- Python
- Stars
- 72
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
There are a bunch of modules in project root that uses PascalCase (CapWords in [PEP 8](https://peps.python.org/pep-0008/#descriptive-naming-styles)).
PascalCase is used for [`class` names](https://peps.python.org/pep-0008/#class-names).
They need to be refactored and renamed to snake_case (all-lowercase with underscore in [PEP 8](https://peps.python.org/pep-0008/#package-and-module-names)).
Contributor guide
Assessment
This issue has not been assessed yet.