conform to pep8 naming conventions in function and variable names
Open
enhancement
- Dominant language
- Python
- Stars
- 16
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Function and variable names use lowerCamelCase.
We should make a general pass over the code to change the naming conventions to snake_case.
Contributor guide
Research direction
No files or tests are identified in the issue. Start by surveying the Python codebase for function and variable names that use lowerCamelCase, then determine the full scope of the rename. Done means the affected names consistently use snake_case in accordance with PEP8.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100