alphacyberranger@sh.itjust.works to Programmer Humor@programming.devEnglish · 8 个月前Added Bugs to Keep my jobsh.itjust.worksimagemessage-square161fedilinkarrow-up1350arrow-down127
arrow-up1323arrow-down1imageAdded Bugs to Keep my jobsh.itjust.worksalphacyberranger@sh.itjust.works to Programmer Humor@programming.devEnglish · 8 个月前message-square161fedilink
minus-squareQuazarOmegaAlinkfedilinkEnglisharrow-up3·8 个月前lmaoo, 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·8 个月前Oh, 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-28 个月前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.
minus-squareQuazarOmegaAlinkfedilinkEnglisharrow-up1·8 个月前Hah, 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
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