Files
2026-05-20 17:42:01 -06:00

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 drill
  • scenarios/<scenario-name>/code/: a working copy for one drill attempt
  • scenarios/<scenario-name>/drill-prompt.md: the drill instructions
  • scenarios/<scenario-name>/notes.md: what you observed, tried, and learned

Suggested workflow

  1. Put the messy starting code in original/.
  2. Copy it into a scenario's code/ directory.
  3. Do the drill only inside that scenario copy.
  4. Record seam choices, tests added, and refactor steps in notes.md.
  5. Reset by creating a new scenario from original/.