TDD Discipline

kjayleeBy kjaylee

Description

Test-Driven Development methodology. Use when implementing features or fixing bugs. Write the test first, watch it fail, write minimal code to pass, then refactor. Prevents untested code from shipping.

Install

npx clawhub@latest install tdd-discipline

Click to copy the install command