692 B
692 B
example-seam-drill
This kata is a placeholder example showing the intended practice layout.
Structure
original/: the frozen messy source you copy from for each drillscenarios/<scenario-name>/code/: a working copy for one drill attemptscenarios/<scenario-name>/drill-prompt.md: the drill instructionsscenarios/<scenario-name>/notes.md: what you observed, tried, and learned
Suggested workflow
- Put the messy starting code in
original/. - Copy it into a scenario's
code/directory. - Do the drill only inside that scenario copy.
- Record seam choices, tests added, and refactor steps in
notes.md. - Reset by creating a new scenario from
original/.