Ring:test Driven Development

Enforcing the RED-GREEN-REFACTOR loop: write one failing test and watch it fail, write minimal code to pass, then refactor green. Use when starting implementation of a new feature or bugfix, or writing any new production code. Requires pasted failure output as proof of RED; code written before its test must be deleted, not stashed. Skip for exploratory spikes or when only modifying existing tests.

LerianStudio 62d9856 3.9 KB Updated

File contents

LerianStudio/ring/tree/main/default/skills/test-driven-development commit 62d985661e

Frequently asked questions

npx skillmds@latest add lerianstudio/ring-test-driven-development