Comment on AI Coding Is Massively Overhyped, Report Finds
MangoCats@feddit.it 1 day ago(asking GPT-5 to do your dynamic SQL calls is inviting disaster, for example. Requires hours of reworking just to get close.)
Maybe it’s the dynamic SQL calls themselves that are inviting disaster?
Warl0k3@lemmy.world 1 day ago
Dynamic SQL in of itself not an issue, but the consequences (exacerbated by SQL’s inherent irrecoverability from mistakes - hope you have backups) have stigmatized it’s use heavily. With an understanding of good practice, a proper development environment and a close eye on the junior devs, there’s no inherent issue to using it.
MangoCats@feddit.it 1 day ago
My feelings about C/C++ are the same. I’m still switching to Rust, because that’s what the company wants.