Description
Project folders and script files in this repository use inconsistent naming formats — some use spaces (Banking App), others underscores (snake_game), and others are all caps (SNAKE).
This inconsistency makes navigation harder and lowers the repository’s overall readability.
Steps to Reproduce
- Browse the root directory of the repository.
- Compare folder names like
Banking App, SNAKE, and WeatherApp.
- Notice the different naming styles (spaces, underscores, uppercase, etc.).
Expected Behavior
All project directories and files should follow a single, consistent naming convention, such as:
- all lowercase
- words separated by underscores (
banking_app, snake_game)
Actual Behavior
Names are inconsistent; some use spaces or uppercase, causing confusion and irregular sorting.
Suggestion
- Decide one convention (e.g.,
lowercase_with_underscores).
- Rename existing folders accordingly.
- Add a short note in the README or CONTRIBUTING.md describing the convention.
Environment
- Repository branch:
main
- Observed: 13th November, 2025
Description
Project folders and script files in this repository use inconsistent naming formats — some use spaces (
Banking App), others underscores (snake_game), and others are all caps (SNAKE).This inconsistency makes navigation harder and lowers the repository’s overall readability.
Steps to Reproduce
Banking App,SNAKE, andWeatherApp.Expected Behavior
All project directories and files should follow a single, consistent naming convention, such as:
banking_app,snake_game)Actual Behavior
Names are inconsistent; some use spaces or uppercase, causing confusion and irregular sorting.
Suggestion
lowercase_with_underscores).Environment
main