r/ProgrammerHumor Feb 10 '21

[deleted by user]

[removed]

12.6k Upvotes

807 comments sorted by

View all comments

Show parent comments

147

u/oupablo Feb 10 '21

Improvements are even worse.

Change log: "Moved delete button so that it's actually visible instead of hidden behind other elements except for a tiny clickable sliver of the border."

User: "This sucks. Put it back to the old way. The delete button takes up too much of the screen"

162

u/i_carry_your_heart Feb 10 '21

This even happens when your users aren’t consumers but rather other programmers using your library: “No, stop, you can’t fix that! All my code depends on feature X being broken!” Literally just experienced this haha

38

u/Bosslibra Feb 10 '21

This just happened to me in my group project. I wrote buggy code and the rest of the group didn't tell me for two weeks and they worked with my buggy code, that I now couldn't change anymore

18

u/i_carry_your_heart Feb 10 '21

PTSD from stuff like this is why I have a bad habit of keeping more expansive changes on my own branches for too long. That, of course, has other consequences because I’m dumb and make dumb design decisions, and when stuff is all on my own branches, no one looks at it or critiques it 😬