this post was submitted on 07 Jun 2026
66 points (95.8% liked)

Technology

85184 readers
3824 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] ryannathans@aussie.zone 4 points 7 hours ago* (last edited 7 hours ago) (1 children)

I don't need to explain the issue, that's what the issue report does

I'm sure every project is a little different. The one I maintain has well over 1000 merged PRs now (2000 if you count the old repo), and I'd be dead if I did even 1/4 of the work contributors do

Plus, even maintainers must have a code review and functional testing on their PRs, so doing the work yourself doesn't relieve the human workload that must be done. It actually increases total maintainer effort to do the work yourself

[โ€“] Azzu@leminal.space 4 points 4 hours ago

I'm not talking about the work contributors do, obviously that is invaluable.

But if you do a review, and you see that a function should be extracted at one point to avoid code duplication, is it really faster to tell the contributor that a function needs to be extracted there, compared to just extracting it yourself as you see it?

The value of a review is collaborative truth finding and learning. If there is an LLM on the other end, that's just not happening.