Files

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:

  1. Keep statements grounded in repository evidence (code/config/tests/docs)
  2. Add or refresh concrete file-path examples
  3. Keep anti-patterns tied to existing rules or existing legacy code evidence