backup materials and knowledge-base docs
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user