Files
timi-network/.serena/memories/style_conventions.md
2026-06-04 18:29:03 +08:00

7 lines
322 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.
# 风格约定
- 交流、注释、文档使用中文。
- Java 使用 tab 缩进。
- 注释要求使用 javadoc 风格。
- 优先简单直接的实现,避免过度设计。
- 尽量使用官方 API不无故引入外部依赖。
- 项目当前测试较少,默认不主动新增测试,除非任务明确要求。