Tdd Workflow

Drive implementation through a test-first loop: write a failing test, make it pass with the simplest change, then refactor under a green suite. Use when the user asks for TDD or test-driven development, wants tests written before the code, is adding behaviour to code that has tests, is fixing a bug and wants a regression test first, or when the task involves red-green-refactor, characterisation tests, or working safely on untested legacy code.

personamanagmentlayer 6005379 3 files · 21.6 KB Updated

File contents

personamanagmentlayer/pcl/tree/main/stdlib/workflows/tdd-workflow commit 6005379135

Frequently asked questions

npx skillmds add personamanagmentlayer/tdd-workflow