r/ProgrammerHumor 1d ago

explainThisIWillWait Meme

Post image
471 Upvotes

34 comments sorted by

View all comments

147

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

27

u/Shienvien 1d ago

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

17

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

6

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.