hypnotic_nerd@programming.dev to Programmer Humor@programming.devEnglish · 1 年前Manager: This task only takes 30 minutes. Why did it take you the whole day?programming.devimagemessage-square99fedilinkarrow-up1819arrow-down18
arrow-up1811arrow-down1imageManager: This task only takes 30 minutes. Why did it take you the whole day?programming.devhypnotic_nerd@programming.dev to Programmer Humor@programming.devEnglish · 1 年前message-square99fedilink
minus-squareobrenden@lemmy.worldlinkfedilinkarrow-up70arrow-down1·1 年前With 400 lines changed over 50 files
minus-squareJeremyward@lemmy.worldlinkfedilinkarrow-up13·1 年前I had a commit recently that was like 2000 lines changed over 6 files. Really should have been a smaller issue.
minus-squareDkarma@lemmy.worldlinkfedilinkarrow-up5arrow-down1·1 年前Y tho??? Holy shit. Commits should be like functions. One thing and one thing only. Maybe a small group of files like the same change over multiple config files. 50 is insane to me.
minus-squarefrezik@midwest.sociallinkfedilinkarrow-up14·1 年前“Bits were fiddled, possibly in the right way”
minus-squarePixxlMan@lemmy.worldlinkfedilinkarrow-up2·1 年前My butterfly was having a bad day so I can’t be sure, sorry
minus-squareDasnap@lemmy.worldlinkfedilinkarrow-up12·1 年前‘Change’ if I’m feeling particularly chaotic.
minus-squareMajorHavoc@lemmy.worldlinkfedilinkarrow-up1·edit-21 年前I actually did this once…I swear there was a good reason. I promise it wasn’t anywhere that mattered. Edit: I think it was a personal journal repo that I wanted daily versions of, but couldn’t be bothered to actually check in.
minus-squareDkarma@lemmy.worldlinkfedilinkarrow-up3arrow-down1·1 年前See jira-blah: is my go-to. Sometimes there’s even a jira at that location/number 🤔
minus-squareMeowoem@sh.itjust.workslinkfedilinkarrow-up1arrow-down1·edit-21 年前‘fixed odd or even function for values 600 to 950, plus other stuff I forgot to commit earlier’
“Fix”
With 400 lines changed over 50 files
“updates”
“feat: stuff”
Guilty of this one myself.
I had a commit recently that was like 2000 lines changed over 6 files. Really should have been a smaller issue.
Y tho??? Holy shit. Commits should be like functions. One thing and one thing only. Maybe a small group of files like the same change over multiple config files. 50 is insane to me.
“Bits were fiddled, possibly in the right way”
My butterfly was having a bad day so I can’t be sure, sorry
‘Change’ if I’m feeling particularly chaotic.
git commit -m $(date)
deleted by creator
I actually did this once…I swear there was a good reason. I promise it wasn’t anywhere that mattered.
Edit: I think it was a personal journal repo that I wanted daily versions of, but couldn’t be bothered to actually check in.
See jira-blah: is my go-to. Sometimes there’s even a jira at that location/number 🤔
‘fixed odd or even function for values 600 to 950, plus other stuff I forgot to commit earlier’