this post was submitted on 15 Sep 2023
446 points (84.3% liked)

Programmer Humor

22854 readers
124 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
[–] [email protected] -1 points 2 years ago (5 children)

Who uses semicolons in Javascript?

[–] [email protected] 32 points 2 years ago (1 children)
[–] [email protected] 25 points 2 years ago (1 children)
[–] [email protected] 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

[–] [email protected] 6 points 2 years ago

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

[–] [email protected] 5 points 2 years ago

People who like minimizing the amount of bug fixing.

[–] [email protected] 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

[–] [email protected] 1 points 2 years ago

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