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

Programmer Humor

21421 readers
1100 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
[–] newIdentity@sh.itjust.works -1 points 2 years ago (5 children)

Who uses semicolons in Javascript?

[–] seitanic@lemmy.sdf.org 32 points 2 years ago (1 children)
[–] tkarika@lemmy.world 25 points 2 years ago (1 children)
[–] psud@aussie.zone 2 points 2 years ago

In that sentence, we use "programmer" singular, because "every" is singular, though referring to many

All real programmers

Every real programmer

Each real programmer

No real programmer

It's pretty arbitrary

[–] BearJCC@lemmy.sdf.org 6 points 2 years ago

Old habits die hard. Learned JS, CSS and C++ all the same year about a decade ago.

[–] Perfide@reddthat.com 5 points 2 years ago

People who like minimizing the amount of bug fixing.

[–] manapropos@lemmy.basedcount.com 3 points 2 years ago (1 children)

I use prettier which by default adds semicolons. Coming from predominately doing backend stuff (mostly in Java) I don’t really mind, especially when the formatter adds them for me

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

That's what I do too, but i don't manually add them