• sudoMakeUser@sh.itjust.works
    link
    fedilink
    arrow-up
    17
    ·
    11 hours ago

    GitHub’s Copilot review is pretty good. I thought it would just catch nitpick style things but it actually catches bugs and bad architecture.

    • makeshift0546@lemmy.today
      link
      fedilink
      arrow-up
      5
      ·
      3 hours ago

      I love it as a first pass, it’s quite good. It really gets hung up on some out the ghosts of our codebase though haha

    • Hudell@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      13
      ·
      10 hours ago

      Copilot can review the code but is still pretty bad at reviewing the changes themselves. It misses a lot of potential issues and at the same time complains about many things that aren’t problems.

      • jj4211@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        2 hours ago

        Another thing is that it kind of instills a false confidence. Reviewers are getting lazy when the LLM gives a ‘LGTM’ and letting stuff through that bites us in the ass…