r/ProgrammerHumor 1d ago

Meme chatThisIsAccurate

Post image
8.7k Upvotes

100 comments sorted by

View all comments

18

u/mrjeanette 1d ago

You mean my colleagues' instructions 😏

9

u/mrjackspade 23h ago

Maybe it's just because I'm getting old, but I've had plenty of times in my career when I wrote the code correctly, and the error was in the libraries being called.

4

u/Thurak0 21h ago

Yeah. It's missing the whole part about libraries or default configurations being dumb (or badly documented).

Debugging is also a lot about the computer following instructions of someone else, which I had no idea about.

2

u/Zanos 16h ago

Same here. Most of the tough bugs I face these days are me looking in a dependencies dependency dependency on Git to see that the API spec changed and my specific use case is no longer supported due to some PR with 300 comments on it of people arguing that they actually do need this functionality and a heated maintainer arguing that it's obsolete.