this post was submitted on 26 May 2026
755 points (99.2% liked)

Programmer Humor

31781 readers
160 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] sudoMakeUser@sh.itjust.works 18 points 2 weeks ago (2 children)

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

[–] Hudell@lemmy.dbzer0.com 14 points 2 weeks ago (1 children)

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 3 points 2 weeks 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...

[–] makeshift0546@lemmy.today 5 points 2 weeks 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