Skip to content

Standardize component and file naming to PascalCase #12

@KKSurendran06

Description

@KKSurendran06

Multiple files and variables across the codebase use inconsistent naming conventions, which violates standard React/Next.js best practices

These are just a few examples to get started. Please feel free to update the list with any other inconsistencies you find while working on this.

Component Files to Rename

  • components/ui/dynamicard.jsxDynamicCard.jsx
  • components/achievements/infiniteSlider.jsxInfiniteSlider.jsx
  • All page.jsx files should export named components (e.g., HomePage, AboutPage, TeamPage)

Variable Names to Fix

  • Fix typo in variable: clubLife1Varients
  • Rename non-descriptive variables like baseText and dataFinal to be more explicit

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions