this post was submitted on 29 Jun 2023
9 points (100.0% liked)

Programmer Humor

24815 readers
764 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
[–] Grishaix@feddit.de 1 points 2 years ago (2 children)
function {
}

Is for cheaters who want to squeeze as much code as possible onto one screen.

[–] zygo_histo_morpheus@programming.dev 0 points 2 years ago (1 children)

only good thing about javascript is that it forces people to put the squiggly brackets on the right

[–] bcrussin_dev@programming.dev 1 points 2 years ago

I thought you could put curly brackets on a new line in js? Although I know when returning an object it has to be on the same line… fuck JavaScript man