this post was submitted on 15 Sep 2023
437 points (84.1% liked)

Programmer Humor

21421 readers
1001 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] darcy@sh.itjust.works 115 points 2 years ago (3 children)

any modern compiler or ide will notice this and warn you.

[–] massive_bereavement@kbin.social 35 points 2 years ago

Same, I thought this is gotta be a problem for someone who uses notepad as their main editor.

[–] Jumuta@sh.itjust.works 9 points 2 years ago (2 children)
[–] Amaltheamannen@lemmy.ml 15 points 2 years ago

If you are coding on vim you use a language server 😝

[–] darcy@sh.itjust.works 2 points 2 years ago

vim is not an ide i believe. but an lsp will notice

[–] watcher@nopeeking.link 5 points 2 years ago (1 children)

Yeah, it will tell you that it existed a semicolon... 😁

[–] luciferofastora@lemmy.zip 1 points 2 years ago

...for which my default fix would be to delete and reenter it in hopes of fixing ehatever hiccup the syntax validator is having