this post was submitted on 16 May 2025
280 points (97.9% liked)
Programmer Humor
23402 readers
1809 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I mean, that could be extreme, or really not that bad.
Refactors have a way of generating a lot of changes. Half our job is code review, kind of have to get over it and go read some code.
If someone put the effort in to write it, it's your responsibility to put the effort in to read it and review it.
If the style is difficult to read and non-standard for your repository or not. Conventional then your repository and your engineering team should be following set standards to ensure consistency.
If you're doing this then most PRS shouldn't be that difficult to review.
I say this, spending a decent part of my week reviewing something like 40+ PRs.