- Follow clean code principles
- Write comprehensive tests
- Use meaningful variable names
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.
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