cm0002@lemmy.world to Programmer Humor@programming.dev · 10 hours agoWhen you look at code you wrote last yearlemmy.mlimagemessage-square12fedilinkarrow-up1424arrow-down14
arrow-up1420arrow-down1imageWhen you look at code you wrote last yearlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 10 hours agomessage-square12fedilink
minus-squareantimidaslinkfedilinkarrow-up18·7 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·5 hours agoThis is where the programmer’s way to humbleness starts :-D
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up2·6 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
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