Test Driven Development

Use when implementing any feature, bug fix, refactor, or behavior change, before any production code is written. Enforces RED-GREEN-REFACTOR. The failing test is written first, observed failing for the right reason, then the minimal code that passes is written. An overlay on every stage-5 code task.

forsonny 06f0f2f 2 files · 14.0 KB Updated

File contents

forsonny/leyline/tree/main/skills/test-driven-development commit 06f0f2f7aa

Frequently asked questions

npx skillmds@latest add forsonny/test-driven-development