informalsystems / informalsystems/modelator

rename PascalCase modules in snake_case

Open
#293 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.