I wrote a bit of a brain dump of my experiences with agentic coding. I feel threatened, I'm unsure about the future but I absolutely believe it's going to stay: https://chris.eidhof.nl/post/agentic-coding/
Agentic Coding — Chris Eidhof

@chris Thank you for your insight!

You mention TDD in your article. Are you using the lib ViewInspector to test SwiftUI views or are your "just" doing TDD for view models and stuff?

@dasdom just the non view stuff.
@chris Thanks