this post was submitted on 02 Jul 2024
920 points (98.5% liked)

Programmer Humor

18484 readers
603 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] gnutrino@programming.dev 18 points 2 weeks ago (4 children)

This is why I always rename all the variables in the project on each PR.

[โ€“] jol@discuss.tchncs.de 15 points 2 weeks ago (3 children)

I know this is a joke, but it you did that I would reject the pr with the reason of too many things at once. Reopen separate PR to refactor variable names. I actually constaly get people doing this and it's dangerous exactly for the reason you're joking about. Makes it easier for errors to slip in.

[โ€“] Lifter@discuss.tchncs.de 0 points 2 weeks ago (1 children)

This will lead to change fatigue. People will rather not cleanup as they go anymore and just get the work done, with worse and worse code quality as a result.

[โ€“] jol@discuss.tchncs.de 1 points 2 weeks ago

I prefer that than to sneak defects in huge PRs.

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