115
(How to trigger programmers (and make them irrationally angry)
(programming.dev)
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.
Replace a semicolon (;) with a Greek Question mark (;), provided they're working in a language that uses semicolons at the end of every line, and their IDE doesn't highlight the difference (which some do now)
Fun fact, Rust has a special error message for this:
It also detects other potentially confusing Unicode characters, like the division slash which looks like
/
.