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

Resolve Issue #638: Enforce PEP 8 naming conventions #639

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

bhandareasmita
Copy link

Type of change

  • [✔] Bug fix
  • [✔] New features
  • [✔] Enhanced documentation

Changes proposed in this pull request:

This pull request addresses two issues:

  1. Input Validation (Issue Enhancement: Implement User Input Validation for Game Modes #607 ):
  • Implemented input validation to ensure users provide only valid and expected values.
  • Added error handling mechanisms for invalid inputs, providing a better user experience.
  1. PEP 8 Compliance (Issue Enforce PEP8 naming conventions in Number Guessing App #638 ):
  • Adjusted variable and function names to adhere to PEP 8 naming conventions.
  • Ensured consistent indentation, spacing, and formatting throughout the codebase.
  • Resolved any other PEP 8 violations present in the affected files.
  • Project name: Number Guessing App

  • Short description: The changes in this pull request aim to enhance the user experience by validating input and bring the codebase in line with PEP 8 guidelines.

Checklist

  • [✔] The code is Python 3 compatible
  • [✔] I have added relevant comments in my file to make code understandable
  • [✔] I have added my project in a folder which includes all the necessary files

Copy link
Contributor

Greetings! This is an automated message from GitHub Actions. 🤖
Your pull request has been received and is awaiting for a review by the repository owner or a maintainer. This may take some time, so please be patient.
While you wait, you can continue to work on other issues or pull requests, or explore the project further. Or you can simply relax and enjoy your day.
Thank you for your contribution to this project! You are awesome! ⭐

@Mrinank-Bhowmick
Copy link
Owner

Please maintain project directory structure , remove .idea folder

@Mrinank-Bhowmick
Copy link
Owner

Why you removed projects/Conway’s-Game-Of-Life/ files ?

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

Successfully merging this pull request may close these issues.

None yet

2 participants