Open
Conversation
1. week4/assignment-zh.md: 修正「改进 Week 2 的应用」→「改进 week4/ 中的 Starter Application」 原始 assignment.md 说的是 week4/ 的 starter app,中文导读误写为 Week 2 2. agentic-coding/README.md: 添加 Week 4-7 共用同一个 starter app 的设计说明 经上游 mihail911/modern-software-dev-assignments 验证,这是原课程的刻意设计 添加说明避免学习者困惑
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更内容
1. 修正 week4/assignment-zh.md 翻译错误
中文导读中写的是「改进 Week 2 的应用」,但原始 assignment.md 说的是
the starter application found in week4/。修正为「改进week4/中的 Starter Application」。2. 添加 Week 4-7 共用 Starter App 的设计说明
在 agentic-coding/README.md 中添加一段说明,解释 Week 4-7 为什么使用同一个 Notes/Action Items 应用。
验证方式:对比上游 mihail911/modern-software-dev-assignments 的代码:
main.py的 title 一行不同(Week 4→Week 5),上游完全一致这是原课程的刻意设计:同一个 playground,每周用不同的工具/方法论(Claude Code → Warp → Semgrep → Graphite)来操作。
附:审查验证摘要
结论:上次报告中的主要「问题」大部分是假问题或夸大了。本 PR 修正了唯一确认的翻译错误,并添加说明预防未来的困惑。