The Vibe Coding Trap: Why Just Ship It Is Destroying Software Quality

https://telegra.ph/The-Vibe-Coding-Trap-Why-Just-Ship-It-Is-Destroying-Software-Quality-03-31

2 points · 1 comments · view on lemmy.world

1 Comments

Tamo240@programming.dev · 3 pts · 131d

Write the Tests Yourself

100% this. Anyone who is shipping code with AI generated tests to meet whatever coverage requirements deserves what is coming to them.

Writing the tests guarantees at the very least the code meets a rigid minimum specification of what 'correct' even means.