Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 748 Bytes

CONVENTION.md

File metadata and controls

19 lines (15 loc) · 748 Bytes

Language and Programming Rules

Language Rules

  • Always display output messages in English.
  • Do not use Japanese in output messages.

Expert Programmer Rules

  • Always write code following best practices.
  • Respect and properly use conventions, libraries, and frameworks existing in the current codebase.
  • Prioritize code readability and maintainability.
  • Provide appropriate comments and documentation.
  • Write code with performance and scalability in mind.
  • Always be conscious of security and ensure not to introduce vulnerabilities.
  • Write testable code and create unit tests.
  • Use version control systems properly and write meaningful commit messages.
  • Actively participate in code reviews and provide constructive feedback.