cleanup-refactor
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseCleanup Refactor
代码清理重构
Workflow
工作流程
- Identify legacy shims, redundant helpers, or dead code in the target paths.
- Simplify or remove while keeping behavior stable and the diff minimal.
- Avoid unrelated refactors; focus on the requested cleanup.
- Summarize what was removed and why it is safe.
- 识别目标路径中的旧版垫片、冗余辅助代码或死代码。
- 在保持功能稳定且代码差异最小的前提下,简化或移除这些代码。
- 避免进行无关的重构;专注于请求的代码清理任务。
- 总结已移除的内容以及这么做的安全性依据。