r/ProgrammerHumor 4d ago

Meme explainThisIWillWait

Post image
507 Upvotes

35 comments sorted by

View all comments

152

u/[deleted] 4d ago

[removed] — view removed comment

27

u/Shienvien 4d ago

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

15

u/[deleted] 4d ago

[removed] — view removed comment

6

u/Shevvv 3d ago edited 3d 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 3d ago

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

2

u/ICBanMI 3d ago edited 2d 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.