2. General Principles

Code Readability:

  • Write code that is easy to read and understand.
  • Use meaningful variable and function names.

    Consistency:

  • Follow a consistent coding style throughout the project.
  • Adhere to established conventions and patterns.

    Simplicity:

  • Keep the code as simple as possible.
  • Avoid unnecessary complexity.