My favorite code reviews are where the reviewer only comments about trivial shit that doesn't matter, like "it would be more readable if you added a newline here" type stuff.
this post was submitted on 16 Jun 2023
111 points (99.1% liked)
Programmer Humor
32410 readers
245 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
I was in a team one where everyone could give or receive criticism, and it was always friendly and (often) constructive - hardly ever bad feelings. Learned a lot from them, really miss that team 😒
Whenever someone asks me to review something and I don't want to just move on, I just add a comment about adding more comments to the code or ask why a var was named that way.