Skip to content

Introduction to Naming Conventions

Naming conventions define rules for naming files, variables, functions, CSS classes, or components.
They aim to make code more readable, consistent, and maintainable.


  • Improves code readability and understanding.
  • Facilitates collaboration within a team.
  • Reduces errors and duplication.
  • Might seem cumbersome initially (learning curve).
  • Must be adhered to by the whole team to be effective.