1135
AI Coding Is Massively Overhyped, Report Finds
(futurism.com)
This is a most excellent place for technology news and articles.
Maybe it's the dynamic SQL calls themselves that are inviting disaster?
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 its 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.
My feelings about C/C++ are the same. I'm still switching to Rust, because that's what the company wants.