35
OPM46
6y

1. My senior told me that my code is crashing.

2. I check the code and told him that it is not my doing. As there was lots of nested if-else as I prefer to keep a variable and update it in if conditions. Like a filters rather than trees with branches. What I say, I knew my coding style.

3. Then he show me my git commit and I am having existential crises.

Am I missing days? How can I? I mean was I abducted and in mean time some alien took my place and they placed this memory of me coding?

Ah! man I think I am possessed by some inexperienced developer. I seriously need some fucked up crash to exorcise him.

Comments
  • 6
    Sometimes that happens.

    "What? I could have sworn I checked that in!"
  • 3
    so going forward, check every time before committing if you've followed your principles. and also, after committing.

    and also, "every time you visit a piece of code, make sure it's improved when you leave".

    this keeps the inexperienced developer's ghost inside you buried in the grave.
  • 6
    You should look into "git blame someone-else" 🤣 (seriously, look it up)
Add Comment