cm0002@lemmy.world to Programmer Humor@programming.dev · 9 days agoWhen you look at code you wrote last yearlemmy.mlexternal-linkmessage-square19fedilinkarrow-up11arrow-down10cross-posted to: programmerhumor@lemmy.ml
arrow-up11arrow-down1external-linkWhen you look at code you wrote last yearlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 9 days agomessage-square19fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareantimidas@sopuli.xyzlinkfedilinkarrow-up0·9 days agoThe more frustrated you are when running git blame the more likely the command turns out to be a mirror.
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up0·9 days 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-up0·8 days agoGood link that, I’ll have to add those flags to my list of aliases
minus-squareHorrabin@programming.devlinkfedilinkarrow-up0·9 days agoThis is where the programmer’s way to humbleness starts :-D
The more frustrated you are when running
git blame
the more likely the command turns out to be a mirror.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
This is where the programmer’s way to humbleness starts :-D