431 B
431 B
Drill: characterization
Goal
Capture current behavior before changing the code.
Prompt
Add characterization tests for the current behavior of the code in code/ without intentionally changing behavior.
Success conditions
- At least one important behavior is captured in tests
- You can describe what the code currently does, even if the behavior is awkward
- No production behavior changes are introduced on purpose