This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# Design: 编码规范体系
## Java 编码规范
- 遵循阿里巴巴 Java 开发手册
- 使用 Checkstyle + SpotBugs
- 统一命名规范
- 注释规范(JavaDoc)
## 前端编码规范
- ESLint + Prettier
- Vue 风格指南
- TypeScript 规范
- 组件命名规范
## Git 规范
- Conventional Commits
- 分支管理策略(Git Flow)
- PR/MR 模板
- Code Review 检查清单
## 自动化工具
- 前端:ESLint + Prettier + Husky
- 后端:Checkstyle + SpotBugs + SonarQube
- CI/CD 集成