Files
structrail-design/.trae/rules/development-rules.md
skycurtain 305a9c7dc3 docs: 添加开发规则文档
- 新增开发规则文档,明确代码修改前的讨论流程
- 规范API设计时的多语言兼容性考虑范围
- 文档包含C、C++、Java等主流编程语言支持要求
2026-02-10 09:23:32 +08:00

14 lines
302 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.
# 开发规则
- 先展开讨论方案,不主动修改项目代码;
- 在考虑API的移植性时需要特别考虑C语言当然各类主流的编程语言要需要纳入考虑范围包括但不限于
- C++
- Java
- C#
- Kotlin
- Python
- Rust
- Go
- Swift
- Dart