1.2 KiB
1.2 KiB
Backend Development Guidelines
Best practices for backend development in this project.
Overview
This directory contains guidelines for backend development. Fill in each file with your project's specific conventions.
Guidelines Index
| Guide | Description | Status |
|---|---|---|
| Directory Structure | Module organization and file layout | Filled |
| Database Guidelines | ORM patterns, queries, migrations | Filled |
| Error Handling | Error types, handling strategies | Filled |
| Quality Guidelines | Code standards, forbidden patterns | Filled |
| Logging Guidelines | Structured logging, log levels | Filled |
How to Fill These Guidelines
For each guideline file:
- Document your project's actual conventions (not ideals)
- Include code examples from your codebase
- List forbidden patterns and why
- Add common mistakes your team has made
The goal is to help AI assistants and new team members understand how YOUR project works.
Language: All documentation should be written in English.