Files
BZJZ_Material/文档润色流和知识库构建流/claude-scholar/skills/code-review-excellence/references/common-bugs-checklist.md
2026-06-11 03:33:14 +08:00

256 B

Common Bugs Checklist

  • null / undefined handling
  • off-by-one and empty-input behavior
  • race conditions or double-submit paths
  • missing authorization checks
  • silent error swallowing
  • expensive loops or repeated queries
  • test gaps on unhappy paths