92

Wtf?? Who wrote this shitty code???

* git blame *

Oh... Right... It was me...

Comments
  • 2
    Yeah... I've done that
  • 4
    Has happened so many times that its not even surprising now.
  • 0
    Yup, the shittiest code you see is always your own.

    Mind that when renaming a file the author of the rename commit will get the blame for all lines. The only link to the real author is the rename commit, so be sure to not only check git blame, but also check what kind of commit is blaming you. If it happens to be some squash merge or rename, then, it still could have been somebody else's fault! 😈
Add Comment