52 lines
747 B
Markdown
52 lines
747 B
Markdown
# Quality Guidelines
|
|
|
|
> Code quality standards for backend development.
|
|
|
|
---
|
|
|
|
## Overview
|
|
|
|
<!--
|
|
Document your project's quality standards here.
|
|
|
|
Questions to answer:
|
|
- What patterns are forbidden?
|
|
- What linting rules do you enforce?
|
|
- What are your testing requirements?
|
|
- What code review standards apply?
|
|
-->
|
|
|
|
(To be filled by the team)
|
|
|
|
---
|
|
|
|
## Forbidden Patterns
|
|
|
|
<!-- Patterns that should never be used and why -->
|
|
|
|
(To be filled by the team)
|
|
|
|
---
|
|
|
|
## Required Patterns
|
|
|
|
<!-- Patterns that must always be used -->
|
|
|
|
(To be filled by the team)
|
|
|
|
---
|
|
|
|
## Testing Requirements
|
|
|
|
<!-- What level of testing is expected -->
|
|
|
|
(To be filled by the team)
|
|
|
|
---
|
|
|
|
## Code Review Checklist
|
|
|
|
<!-- What reviewers should check -->
|
|
|
|
(To be filled by the team)
|