My favorite way to write code in 2026 (on becoming a TDD addict)
SMRTR summary
A developer switched from traditional testing to Test-Driven Development (TDD), writing failing tests first, then code to pass them. This Red-Green-Refactor cycle focuses on testing inputs/outputs rather than implementation details.
SMRTR provides this summary for quick context. The original article belongs to Go Make Things.
Read the original article