cm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agoWhen you look at code you wrote last yearimagemessage-square20fedilinkarrow-up1718cross-posted to: [email protected]
arrow-up1718imageWhen you look at code you wrote last yearcm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agomessage-square20fedilinkcross-posted to: [email protected]
minus-squareantimidas@sopuli.xyzlinkfedilinkarrow-up23·2 months agoThe more frustrated you are when running git blame the more likely the command turns out to be a mirror.
minus-squareHorrabin@programming.devlinkfedilinkarrow-up6·2 months agoThis is where the programmer’s way to humbleness starts :-D
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up5·2 months 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-up2·2 months agoGood link that, I’ll have to add those flags to my list of aliases
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