Tdd Guide

Use when driving code test-first or coaching the red-green-refactor rhythm: writing a failing test before the production code, going green with fake-it / obvious-implementation / triangulation, then refactoring to remove duplication, working a test list one item at a time, and letting the tests grow the design. Triggers on red-green-refactor, test-first, 'write the test first', failing test before code, triangulation, fake it till you make it, test list / to-do list, classical (Detroit) vs mockist (London) TDD, and 'clean code that works', even when the user doesn't say 'TDD'.

xonovex 4d4c559 7 files · 20.3 KB Updated

File contents

xonovex/platform/tree/main/packages/skill/skill-tdd/tdd-guide commit 4d4c559c75

Frequently asked questions

npx skillmds@latest add xonovex/tdd-guide