⚓️ New Article: My favorite way to write code in 2026 (on becoming a TDD addict) https://gomakethings.com/my-favorite-way-to-write-code-in-2026-on-becoming-a-tdd-addict/ #WebDev #FrontEndDeveloper #100DaysOfCode #CodeNewbie

My favorite way to write code in 2026 (on becoming a TDD addict)
I’ve hated writing JavaScript tests for pretty my whole career. That thing where you plan a component, write some code, iterate it a whole bunch until it works the way you want… and then write tests that validate that the thing you’ve already validated does in fact do the thing you already know it does? Yea, that sucks. It’s also not what good testing looks like. Today, I write my tests first, and then write my code.