this post was submitted on 25 Jul 2023
1053 points (98.2% liked)
Programmer Humor
19488 readers
573 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
My favorite, since I'm not a programmer anymore, is excel
E: Your formula has a circular reference. I ain't doing shit till you fix it
Me: where?
E: In your spreadsheet, I don't fucking know
Excel: taking ages to load a file
Excel: There is a link to another Excel document, but I can't access it to update the value.
Me: Where?
Excel: To this document.
Me: ... Where can I find the cell that contains this link?
Excel: I don't know noises
Me: What if it is a named variable?
Excel: Yes.
And don't even try to do a conversion of text to numbers in a big column. There's a super fast way (name is eluding me) but if you respond to the error popup I imagine it looks at each cell of text, thinks says, "abracadabra you're now a number!" for every row. It takes that long
It’s ok, you run the expression debugger, which says the first step, which is all of the formula, will result in an error. So helpful.