Test Driven Development

Drives implementation by writing a failing test first, then the smallest code that passes it. Use this before writing implementation code for any feature or bugfix, when a bug needs a regression test, when existing code is hard to change safely, or when someone asks whether a change is covered. Also use to decide what is worth testing and what is not.

cbrock84 da55936 2.6 KB Updated

File contents

cbrock84/headcount/tree/main/plugins/technology/skills/test-driven-development commit da55936ae3

Frequently asked questions

npx skillmds@latest add cbrock84/test-driven-development