{{书名}} Source Map
Project Information
| Attribute | Value |
|---|---|
| Project Name | {{项目名}} |
| Version / Commit | {{版本号或commit hash}} |
| Repository URL | {{仓库URL}} |
| Primary Language | {{编程语言}} |
| Total Files | {{约N个}} |
| Files Covered by This Book | {{约N个}} |
Project Directory Overview
{{项目名}}/
├── {{目录1}}/ # {{用途说明,如"核心源码"}}
│ ├── {{子目录1}}/ # {{用途说明}}
│ └── {{子目录2}}/ # {{用途说明}}
├── {{目录2}}/ # {{用途说明,如"测试文件"}}
├── {{目录3}}/ # {{用途说明,如"配置文件"}}
├── {{入口文件}} # {{用途说明,如"项目入口"}}
└── {{配置文件}} # {{用途说明,如"包管理配置"}}Source Mapping Table
Part One: {{部分标题}}
{{What problem does this part solve, and which layer of the project does it cover}}
Chapter 1: {{章标题}}
| Source Path | Core File | Importance | Notes |
|---|---|---|---|
| {{目录/文件路径}} | {{具体文件名}} | High | {{Key functions/classes to focus on}} |
| {{目录/文件路径}} | {{具体文件名}} | Medium | {{Focus points}} |
| {{目录/文件路径}} | {{具体文件名}} | Low | {{Mentioned only as background}} |
Chapter 2: {{章标题}}
| Source Path | Core File | Importance | Notes |
|---|---|---|---|
| {{目录/文件路径}} | {{具体文件名}} | {{High/Medium/Low}} | {{备注}} |
Part Two: {{部分标题}}
{{What problem does this part solve}}
Chapter 3: {{章标题}}
| Source Path | Core File | Importance | Notes |
|---|---|---|---|
| {{目录/文件路径}} | {{具体文件名}} | {{High/Medium/Low}} | {{备注}} |
Chapter 4: {{章标题}}
| Source Path | Core File | Importance | Notes |
|---|---|---|---|
| {{目录/文件路径}} | {{具体文件名}} | {{High/Medium/Low}} | {{备注}} |
Part Three: {{部分标题}}
{{What problem does this part solve}}
Uncovered Files
| File / Directory | Reason Not Covered |
|---|---|
| {{路径}} | {{Reason, e.g. "test files, out of scope for this book"}} |
| {{路径}} | {{Reason, e.g. "build configuration, unrelated to core logic"}} |
| {{路径}} | {{Reason, e.g. "deprecated compatibility shim"}} |
Cross-Chapter Shared Files
| File | Referenced In | Focus of Each Chapter |
|---|---|---|
| {{文件路径}} | ch{{A}}, ch{{B}} | ch{{A}}: {{Focus A}}; ch{{B}}: {{Focus B}} |
Code Volume Statistics
| Chapter | Files Covered | Total Lines (approx.) | Core Lines (approx.) |
|---|---|---|---|
| ch01 | {{N}} | {{N}} | {{N}} |
| ch02 | {{N}} | {{N}} | {{N}} |