Web DevTDD: red, green, refactorWrite the test before the code that passes it. A live walkthrough of the red-green-refactor loop, building a slugify function from nothing.Sep 7, 2026·5 min
Web DevWhy write testsTests don't prove your code works. They're what lets you change it six months from now without breaking something you can't see happen.Sep 6, 2026·5 min