Back to all

test-driven-development

by jglaspey

00Feb 7, 2026Visit Source
When implementing any feature or bugfix - write the test first, watch it fail, write minimal code to pass; if you didn't watch the test fail, you don't know if it tests the right thing