“No Duh,” say senior developers everywhere.

The article explains that vibe code often is close, but not quite, functional, requiring developers to go in and find where the problems are - resulting in a net slowdown of development rather than productivity gains.

  • Warl0k3@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    edit-2
    18 hours 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 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.

    • MangoCats@feddit.it
      link
      fedilink
      English
      arrow-up
      3
      ·
      18 hours ago

      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.