code-review-change-size
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseUnless the change is mechanical the total number of changed lines should not exceed 800 lines.
For complex logic changes the size should be under 500 lines.
If the change is larger, explain whether it can be split into reviewable stages and identify the smallest coherent stage to land first.
Base the staging suggestion on the actual diff, dependencies, and affected call sites.
除非是机械性变更,否则变更代码的总行数不应超过800行。
对于复杂逻辑变更,代码规模应控制在500行以内。
如果变更规模超出上述限制,请说明是否可以拆分为可评审的阶段,并确定首个落地的最小连贯阶段。
阶段划分建议需基于实际代码差异、依赖关系以及受影响的调用点。