Loading...
Loading...
Compare original and translation side by side
undefinedundefined
Focus only on changed lines and their immediate context.
仅关注变更的代码行及其直接上下文。git log --format='%H' | head -100 | xargs -I{} git diff-tree --no-commit-id --name-only -r {} | sort | uniq -c | sort -rngit log --format='%H' | head -100 | xargs -I{} git diff-tree --no-commit-id --name-only -r {} | sort | uniq -c | sort -rnCODE_REVIEW.mdundefinedCODE_REVIEW.mdundefined| Severity | Count |
|---|---|
| Critical | X |
| Major | X |
| Minor | X |
| Info | X |
| 严重程度 | 数量 |
|---|---|
| 严重 | X |
| 主要 | X |
| 次要 | X |
| 信息 | X |
path/to/file.ts:42// problematic code// improved codepath/to/file.ts:42// 有问题的代码// 优化后的代码undefinedundefined| Level | Description | Action |
|---|---|---|
| Critical | Security risks, bugs, data loss potential | Must fix before merge |
| Major | Code smells, maintainability blockers | Should fix soon |
| Minor | Style, minor improvements | Nice to have |
| Info | Suggestions, alternatives | Optional |
| 级别 | 描述 | 操作 |
|---|---|---|
| 严重 | 安全风险、bug、数据丢失风险 | 必须在合并前修复 |
| 主要 | 代码异味、可维护性障碍 | 应尽快修复 |
| 次要 | 样式、小改进 | 有则更好 |
| 信息 | 建议、替代方案 | 可选 |