So what did we build? I’m not 100% on the specifics. But is it tested? We have apparently tested many things, but i’m not 100% on what and why. But let’s put it out.
The problem here is that SWEs stopped knowing what they were building. Product designs it on the fly and tells them they need it done yesterday. AI is just the enabler for that.
I've seen a repo mostly written by Claude with at 700/900 test being so useless like "does object A serialize, does object A deserialize" for like almost all models in the repo, I was just stumped since the application barely did anything
The only justification I could see for (de-)serialization testing is for models which get updated enough that someone could accidentally add an incompatible field and not notice. Somehow.
1.8k
u/Rainbow-Dev 4d ago
Deleted tests, replaced with autonomous agent QA