Comment on AI-generated code contains more bugs and errors than human output
iglou@programming.dev 16 hours agoI am a professional software engineer, and my experience is the complete opposite. It does it faster and cheaper, yes, but also noticeably worse, and having to proofread the output, fix and refactor ends up taking more time than I would have taken writing it myself.
GenosseFlosse@feddit.org 16 hours ago
In web development it’s impossible to remember all functions, parameters, syntax and quirks for PHP, HTML, JavaScript, jQuery, vue.js, CSS and whatever else code exists in this legacy project. AI really helps when you can divide your tasks into smaller steps and functions and describe exactly what you need, and have a rough idea how the resulting code should work.
lapping6596@lemmy.world 15 hours ago
That sounds almost like an AI version of TDD.