Week 23 | Test-Driven Development in the AI Era
Last Week Last week was all about tests – lots and lots of tests. I spent the majority of my time writing unit tests for the features I’d already implemented in my app. While it wasn’t the most exciting part of development (let’s be honest, writing tests rarely is), I’ve come to realize just how crucial they are, especially when using AI to assist with programming. This realization has led me to seriously consider adopting Test-Driven Development (TDD) – yes, the practice where you write tests before writing the actual code....