15
R41D3NN
7y

I was looking at some poorly written code today in a project and I was curious to see who wrote it. I blamed it and found I had wrote it 6 months ago! smh Well... at least I know I'm getting better! I ended up refactoring it to use better code patterns.

Comments
  • 1
    Happened to me more often than I can count. Like you say at least you're improving!
  • 1
    There's a nice plugin for Visual Studio Code: Git Blame. Whenever you sit with your cursor on some code, the status bar says "Blame Joshua Doshua"
Add Comment