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).

hashgraph-online 6529e73 7 files · 70.7 KB Updated

File contents

hashgraph-online/awesome-codex-plugins commit 6529e739fb

Frequently asked questions

npx skillmds@latest add hashgraph-online/test-driven-development-6