Comment on AI-generated code contains more bugs and errors than human output
GenosseFlosse@feddit.org 14 hours agoIn 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 13 hours ago
That sounds almost like an AI version of TDD.