first commit

This commit is contained in:
2026-06-11 03:33:14 +08:00
commit 5f555bf342
599 changed files with 142347 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# 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