Rule Testing

Test Edge Cases

Always test boundary conditions, empty inputs, and error paths

testingedge-casescoverage
CLAUDE.md

Always test boundary conditions: empty arrays, null values, zero, negative numbers, very large inputs, special characters, and concurrent access. Most bugs live at the edges.

Copy this block into your CLAUDE.md or agent config file to enforce it in your workflow.

get crystl