cm0002@suppo.fi to Programmer Humor@programming.dev · 22 hours agoThe Six Stages of Code Griefsuppo.fiexternal-linkmessage-square121fedilinkarrow-up1951arrow-down110
arrow-up1941arrow-down1external-linkThe Six Stages of Code Griefsuppo.ficm0002@suppo.fi to Programmer Humor@programming.dev · 22 hours agomessage-square121fedilink
minus-squaredohpaz42@lemmy.worldlinkfedilinkEnglisharrow-up63·20 hours agoGit commits with message saying “pushing changes” and there are over 50 files with unrelated code in it.
minus-squareBlack616Angel@discuss.tchncs.delinkfedilinkarrow-up2·46 minutes agoIn the past I had commit messages with change numbers from a system, that was no longer in use. So the commit just said “CH-12345“. It is the kind of annoying, where you can’t even really be mad at someone.
minus-squarepinball_wizard@lemmy.ziplinkfedilinkarrow-up22·edit-219 hours ago“Fix for critical issue.” Followed by an equally large set of files in a commit with just the message: “Fixup” And then the actual fix turns out to be mixed in with “Start sprint 57 - AutoConfiguration Refactor” which follows “Fixup”
Git commits with message saying “pushing changes” and there are over 50 files with unrelated code in it.
In the past I had commit messages with change numbers from a system, that was no longer in use.
So the commit just said “CH-12345“. It is the kind of annoying, where you can’t even really be mad at someone.
“stuff, lol”
Stuff1, stuff2 …
“fixed issue”
“Fix for critical issue.”
Followed by an equally large set of files in a commit with just the message:
“Fixup”
And then the actual fix turns out to be mixed in with “Start sprint 57 - AutoConfiguration Refactor” which follows “Fixup”