added base examples and drills
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user