before-backend-dev
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseRead the backend development guidelines before starting your development task.
Execute these steps:
- Read to understand available guidelines
.trellis/spec/backend/index.md - Based on your task, read the relevant guideline files:
- Database work →
.trellis/spec/backend/database-guidelines.md - Error handling →
.trellis/spec/backend/error-handling.md - Logging →
.trellis/spec/backend/logging-guidelines.md - Type questions →
.trellis/spec/backend/type-safety.md
- Database work →
- Understand the coding standards and patterns you need to follow
- Then proceed with your development plan
This step is mandatory before writing any backend code.
开始开发任务前,请阅读后端开发指南。
请执行以下步骤:
- 阅读 以了解可用的指南内容
.trellis/spec/backend/index.md - 根据你的任务,阅读相关的指南文件:
- 数据库相关工作 →
.trellis/spec/backend/database-guidelines.md - 错误处理 →
.trellis/spec/backend/error-handling.md - 日志记录 →
.trellis/spec/backend/logging-guidelines.md - 类型安全相关问题 →
.trellis/spec/backend/type-safety.md
- 数据库相关工作 →
- 明确你需要遵循的编码标准和模式
- 然后推进你的开发计划
在编写任何后端代码之前,此步骤是强制性的。