cm0002@lemmy.world to Programmer Humor@programming.dev · 16 hours agoWhen you look at code you wrote last yearimagemessage-square18fedilinkarrow-up1565cross-posted to: [email protected]
arrow-up1565imageWhen you look at code you wrote last yearcm0002@lemmy.world to Programmer Humor@programming.dev · 16 hours agomessage-square18fedilinkcross-posted to: [email protected]
minus-squarefayoh@sopuli.xyzlinkfedilinkarrow-up26·14 hours agoMe at a previous workplace. -This is a piece of shit, who is the code owner of this module. Ah, it’s me (“inheriting” code ownership when someone left was common) Who did this change Ah, it was me Surely I just made a minor change to this line here, who wrote the function. it was me, it was me all the way down Fits the general theme of the thread as it was not giving any trouble for a year before being found.
minus-squareantimidas@sopuli.xyzlinkfedilinkarrow-up20·13 hours agoThe more frustrated you are when running git blame the more likely the command turns out to be a mirror.
minus-squareHorrabin@programming.devlinkfedilinkarrow-up4·12 hours agoThis is where the programmer’s way to humbleness starts :-D
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up4·12 hours agoLast time that happened to me, it was a mirror, but also not. I had moved functions from one file to another without changing the contents. As a result, all those lines referred to me. And since I started thinking, I found this
minus-squareantimidas@sopuli.xyzlinkfedilinkarrow-up1·6 hours agoGood link that, I’ll have to add those flags to my list of aliases
Me at a previous workplace.
-This is a piece of shit, who is the code owner of this module.
Ah, it’s me (“inheriting” code ownership when someone left was common)
Who did this change
Ah, it was me
Surely I just made a minor change to this line here, who wrote the function.
it was me, it was me all the way down
Fits the general theme of the thread as it was not giving any trouble for a year before being found.
The more frustrated you are when running
git blame
the more likely the command turns out to be a mirror.This is where the programmer’s way to humbleness starts :-D
Last time that happened to me, it was a mirror, but also not.
I had moved functions from one file to another without changing the contents. As a result, all those lines referred to me.
And since I started thinking, I found this
Good link that, I’ll have to add those flags to my list of aliases