this post was submitted on 01 Mar 2025
196 points (93.4% liked)

Programmer Humor

20906 readers
374 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 2 years ago
MODERATORS
 

Probably not a good title to seek upvotes. If it does get upvotes, more programmers get share in your pain 😅

you are viewing a single comment's thread
view the rest of the comments
[–] Darohan@lemmy.zip 37 points 3 days ago (2 children)

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)

[–] sleep_deprived@lemmy.dbzer0.com 25 points 3 days ago

Fun fact, Rust has a special error message for this:

Unicode character ';' (Greek Question Mark) looks like a semicolon, but it is not.

It also detects other potentially confusing Unicode characters, like the division slash which looks like /.

load more comments (1 replies)