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

Enforce PEP8 naming conventions in Number Guessing App #638

Open
bhandareasmita opened this issue Nov 23, 2023 · 0 comments
Open

Enforce PEP8 naming conventions in Number Guessing App #638

bhandareasmita opened this issue Nov 23, 2023 · 0 comments

Comments

@bhandareasmita
Copy link

Description:
Summary:
The codebase in the project- Number Guessing App exhibits inconsistent naming conventions, deviating from PEP 8 guidelines. This issue aims to enforce PEP 8 naming conventions within this specific file for improved readability and maintainability.

Proposed Changes:
Change variable names to follow snake_case.
Ensure global variables are in uppercase with underscores.
Update function and method names to adhere to PEP 8.

Expected Outcome:
The codebase should consistently follow PEP 8 naming conventions for improved readability and maintainability

allisonfintz added a commit to allisonfintz/python-beginner-projects that referenced this issue Feb 12, 2024
Closes Issue Mrinank-Bhowmick#638 Enforce PEP8 naming conventions in Number Guessing App
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