← All atoms

Test-Driven Development

skill · v1.0.0

Write a failing test before writing implementation code. The test must be red before any production code is written. Implementation makes the test green with the minimal change. Refactor only with tests green. Apply when implementing any feature or bugfix.

Tags: tddtestingred-green-refactor

Invocation contract

Inputs

Outputs

Side effects

writes test fileswrites production code files

Raw atom

/atoms/skill/test-driven-development.json · schema