1.1 KiB
1.1 KiB
Backend Development Guidelines
Best practices for backend development in this project.
Overview
This directory captures backend conventions observed from the current repository (not aspirational rules).
Guidelines Index
| Guide | Description | Status |
|---|---|---|
| Directory Structure | Module organization and file layout | Completed |
| Database Guidelines | ORM patterns, queries, migrations | Completed |
| Error Handling | Error types, handling strategies | Completed |
| Quality Guidelines | Code standards, forbidden patterns | Completed |
| Logging Guidelines | Structured logging, log levels | Completed |
Maintenance Notes
When behavior changes, update the corresponding guideline file in the same task/PR:
- Keep statements grounded in repository evidence (code/config/tests/docs)
- Add or refresh concrete file-path examples
- Keep anti-patterns tied to existing rules or existing legacy code evidence