alphacyberranger@sh.itjust.works to Programmer Humor@programming.devEnglish · 6 months agoAdded Bugs to Keep my jobsh.itjust.worksimagemessage-square160fedilinkarrow-up1349arrow-down127
arrow-up1322arrow-down1imageAdded Bugs to Keep my jobsh.itjust.worksalphacyberranger@sh.itjust.works to Programmer Humor@programming.devEnglish · 6 months agomessage-square160fedilink
minus-squaregravitas_deficiency@sh.itjust.workslinkfedilinkEnglisharrow-up7·6 months agoReal talk: I have worked at a company where an exec briefly had the bright idea to rank developers on number of commits made. You can imagine how that turned out. He wasn’t an exec for very long.
minus-squareQuazarOmega@lemy.lollinkfedilinkEnglisharrow-up3·6 months agolmaoo, I can’t believe someone actually did that and was serious about it. I’m already imagining commits piling up with comments like: “add a newline” “move function up” “rename variable users to user_list” “Revert previous commit” “no John, it’s user_list and that’s it, don’t you dare change it again” He wasn’t an exec for very long. Good riddance I guess
minus-squaregravitas_deficiency@sh.itjust.workslinkfedilinkEnglisharrow-up5·6 months agoOh, no, we can do better. Every single line of every single PR is an individual commit. And never squash-commit.
minus-squaregravitas_deficiency@sh.itjust.workslinkfedilinkEnglisharrow-up2·edit-26 months agoIf you really want to nuke it from orbit: do it for every character. It is absolutely technically feasible to go further than that, but I think that’s the point of diminishing returns in terms of effort.
minus-squareQuazarOmega@lemy.lollinkfedilinkEnglisharrow-up1·6 months agoHah, I knew it would come to that but I think that’s the point of diminishing returns in terms of effort Not if you make another application to automatically split commits in that way… application which will need its own commits, it’s never-ending
Real talk: I have worked at a company where an exec briefly had the bright idea to rank developers on number of commits made.
You can imagine how that turned out.
He wasn’t an exec for very long.
lmaoo, I can’t believe someone actually did that and was serious about it.
I’m already imagining commits piling up with comments like:
users
touser_list
”user_list
and that’s it, don’t you dare change it again”Good riddance I guess
Oh, no, we can do better.
Every single line of every single PR is an individual commit. And never squash-commit.
Talk about atomic commits
If you really want to nuke it from orbit: do it for every character.
It is absolutely technically feasible to go further than that, but I think that’s the point of diminishing returns in terms of effort.
Hah, I knew it would come to that
Not if you make another application to automatically split commits in that way… application which will need its own commits, it’s never-ending