this post was submitted on 16 Aug 2023
462 points (90.0% liked)

Programmer Humor

32079 readers
723 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

TIL about the greek question mark

Tell me, can you tell the difference between these two characters?

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

you are viewing a single comment's thread
view the rest of the comments
[–] MotoAsh@lemmy.world 3 points 1 year ago (1 children)

Aren't some of the scenarios for needing a semicolon logical-domain problems and not syntax issues? I wouldn't trust autoformatting to spot a logical problem, though I also hope no one is writing code that flippantly. (as if honest mistakes aren't common enough!)

[–] fidodo@lemm.ee 1 points 1 year ago

Maybe there's some edge case but in my years of using prettier I haven't encountered one once.