this post was submitted on 26 May 2026
650 points (99.1% liked)

Programmer Humor

31576 readers
2132 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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] makeshift0546@lemmy.today 35 points 16 hours ago (11 children)

Have you actually done this? It's usually the other way with it being pedantic or wanting you to fix long term problems in the code base.

[–] sudoMakeUser@sh.itjust.works 17 points 13 hours ago (3 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 13 hours 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 2 points 4 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...

load more comments (1 replies)
load more comments (8 replies)