this post was submitted on 15 Sep 2023
439 points (84.0% liked)

Programmer Humor

19154 readers
2012 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] -1 points 1 year ago (5 children)

Who uses semicolons in Javascript?

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

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

[–] [email protected] 5 points 1 year ago

People who like minimizing the amount of bug fixing.

[–] [email protected] 3 points 1 year 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 1 year ago

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