Test Driven Development

Use when implementing a feature, fixing a bug, or changing behavior — write a failing test first, watch it fail, write minimal code to pass, then refactor. Adds Kent Beck's Tidy First (separate structural vs behavioral changes) and a Canon test list. Language-agnostic core; per-language notes under references/languages/. Not for throwaway prototypes, generated code, or pure config changes (ask first).

thedixitjain 6529e73 7 files · 70.7 KB Updated 2 repo stars

File contents

thedixitjain/the-mega-skill-library/tree/main/library/engineering-core/test-driven-development--hashgraph-online-2 commit 6529e739fb

Frequently asked questions

npx skillmds add thedixitjain/test-driven-development-6