General Principles

  • Write clear and concise code.

  • Follow naming conventions.

  • Ensure code is well-documented.

  • Write unit tests for all new features.

  • Refactor code regularly to improve quality.

  • Optimize for performance and security.

Last updated