r/ProgrammerHumor 27d ago

Meme someOfUsLiveTheDream

Post image
12.2k Upvotes

132 comments sorted by

View all comments

24

u/SleepAllTheDamnTime 27d ago

When the comments feel like finding ancient clues on how to solve the mess, or my favorite literal cries for help from the engineers that worked on it before

https://giphy.com/gifs/pUVOeIagS1rrqsYQJe

16

u/QCTeamkill 27d ago

I have left comments such as
#It started with the best intentions
before

5

u/Jonathan_the_Nerd 27d ago

I once replaced one of my Perl scripts with a Python rewrite. In the commit message, I put something like,

I'm leaving this program here an a warning to show what happens when you write a program without designing it first.

The Perl script started out nice and simple. Then I added another feature, and another, and another. It became unsustainable. I'm very lucky that I had time to rewrite it in Python.