Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 1.12 KB

File metadata and controls

21 lines (19 loc) · 1.12 KB

Base Coding Standards

  • Follow clean code principles
  • Write comprehensive tests
  • Use meaningful variable names

Project-Specific instructions

Check the following files for any project-specific coding standards or guidelines:

  • .github/instructions/project/instructions.md
  • If no project-specific conventions are defined there, use the general and language-specific best practices referenced below.
  • Language-specific instructions may also be found in the language-specific instruction files listed below. Always check those for any additional guidelines or standards that may apply to your codebase.

Language-Specific Instructions

Always follow security best practices as outlined in:

  • .github/instructions/general/security.instructions.md Follow additional language-specific guidelines in:
  • .github/instructions/languages/cdk.instructions.md
  • .github/instructions/languages/cloudformation.instructions.md
  • .github/instructions/languages/python.instructions.md
  • .github/instructions/languages/terraform.instructions.md
  • .github/instructions/languages/sam.instructions.md
  • .github/instructions/languages/typescript.instructions.md