General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
WolfPhoenix
Fireship
comments
Comments by "WolfPhoenix" (@WolfPhoenix0) on "AI coding assistants just leveled up, again…" video.
I find AI tools (specifically GitHub Copilot) extremely useful when writing tests. It's able to analyze my code and suggest the exact tests I want to write, which saves me a lot of time. In particular, I make this easy for the AI to do by structuring my code (and maybe a few of my initial tests) in a predicable manner so the AI knows what test output I want. Seriously, there's a recurring pattern I've noticed where writing the tests takes longer than actually building out the feature (although sometimes it's 50/50) but AI speeds this up SO much. You just have to work together with the AI tool instead of against it.
1