this post was submitted on 15 Sep 2023
439 points (84.0% liked)

Programmer Humor

19154 readers
2012 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

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 53 points 1 year ago (2 children)

Any remotely capable IDE will immediately show you what, and where, the problem is.

[–] [email protected] 12 points 1 year ago (1 children)

it would still be confusing why all semicolons are highlighted

[–] [email protected] 2 points 1 year ago

VSCode has a special case for this

[–] [email protected] 2 points 1 year ago (2 children)

That means that detection was added explicitly because this prank was done enough that it was worth it to add.

[–] [email protected] 2 points 1 year ago

We do a little trolling

[–] [email protected] 1 points 1 year ago

The reason is in fact not only because of this exact symbol, but because people tried to change program’s behavior in a malicious way by replacing legitimate code with same looking symbols.