geo/docs/03-development/coding-standards.md

29 lines
740 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# GEO 平台 - 代码规范
## 概述
本文档定义 GEO 平台的代码编写规范,包括命名约定、代码格式、注释规范和最佳实践。
> **TODO**: 本文档为占位文件,待补充完整内容。
## 待补充内容
- [ ] Python 代码规范PEP 8 + 项目定制)
- [ ] TypeScript/React 代码规范
- [ ] 命名约定(变量、函数、类、文件)
- [ ] 代码格式化配置Black、Prettier
- [ ] 类型注解规范
- [ ] 注释规范Docstring、JSDoc
- [ ] 错误处理规范
- [ ] 日志规范
- [ ] 代码审查清单
- [ ] Git 提交规范Conventional Commits
## 参考
- [代码规范](../.qoder/repowiki/zh/content/开发指南/代码规范.md)
---
*本文档待补充。*