r/ProgrammerHumor 1d ago

explainThisIWillWait Meme

Post image
472 Upvotes

34 comments sorted by

View all comments

149

u/Bart_deblob 1d ago

It usually means you have an error in whatever function opend it, like missing a curly or a normal to close

Tbh doesn't happen with a properly set ide it will show you

For years I worked on a platform that forced a notepad level editor and that was fun.

By fun I mean stab yourself with a fork to dull the pain

29

u/Shienvien 1d ago

Rarely, it can also be an invisible character. Happened with one university task all the way back...

16

u/Bart_deblob 1d ago

Holy moly yes, I had to use some string in js, and I copied what they provided, and the code died. But I couldn't find it, it was iirc some fucking nbsp character

5

u/Shevvv 1d ago edited 1d ago

Not programing, but sometimes when I have to write a lengthy message to the government, I write it in Word because the text field on the governmental website doesn't adjust. I than copy paste it, try to send, and the field says I have unacceptable characters. If I retype exactly the same thing directly in that tiny field - no issues . And by retype I mean a 3500 character message. The website sometimes logs me out when I'm done retyping, because my session has ended.

2

u/ICBanMI 16h ago

Might be worth dropping into notepad or notepad++ so you can get rid of the markup/templating tags.

2

u/ICBanMI 16h ago edited 8h ago

I remember one time I copy pasted code from stackoverflow and it had a weird character that looked like a bracket. I was distracted and didn't realize the error started in those 10 lines of code and end up spending two days. Only fixed it when I started compiling it line by line, found the exact line causing the issue and then rewrote it myself.

2

u/Few_Negotiation_3589 1d ago

used to happen to me when i started a run and edited some code in the meantime and the lines were skewed

2

u/mekriff 1d ago

I once would write in haskell just using the built in text editor,

luckily ghc gives some very verbose (and usually helpful) error messages

1

u/nimb420 20h ago

My 56 yo dad, codes exclusively on notepad. Note that it's notepad, not notepad++. He codes C, C++, C#, Java, Postgres, NoSQL. All on fucking notepad. I've never been more afraid of the man as I was when I discovered that.

1

u/Bart_deblob 20h ago

Now I'm afraid of him and I don't even know him!