lab/README.md
2026-07-06 23:33:39 +08:00

15 lines
653 B
Markdown
Raw Permalink 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.

# lab
个人学习 / 练手代码仓库。按**语言分层**组织:每种语言一个顶层目录,各自管理依赖、互不干扰。
## 当前语言
- `go/` — Go共用一个 module约定见 [go/README.md](go/README.md)
- `dart/` — Dart
## 约定
- **顶层一个目录 = 一种语言**。新增语言直接建目录(如 `python/`、`rust/`),自行管理其依赖文件。
- 语言内部按主题分子目录;具体约定见各语言目录下的 `README.md`
- **笔记**:和某个实验强相关的说明,写在该程序目录的 `README.md`;系统性知识笔记放独立笔记仓库,不混进代码仓库。