You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
505 B
505 B
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 集成