Skip to content

Add consistent folder naming convention for project directories #318

Description

@tahamuzammil100

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

  1. Browse the root directory of the repository.
  2. Compare folder names like Banking App, SNAKE, and WeatherApp.
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions