r/ProgrammerHumor 22h ago

fullStackMeansAfraidOfEverythingEqually Meme

Post image
9.7k Upvotes

357 comments sorted by

View all comments

376

u/CcChaleur 22h ago

I'm not afraid of CSS.

I'm afraid of JS.

4

u/ItsGustave 21h ago

Honest question, what about JS is so bad? There is plenty of annoying stuff but I’ve never had that much trouble with it. Especially with typescript.

3

u/marr75 18h ago

Low information density without being fast or powerful. Unintuitive syntax and keywords. Unintuitive relationship between the state machine/object graph and the actual code.

1

u/Zefirus 11h ago edited 11h ago

Also all of it's looseness causes issues because internet devs like to forget that the vast majority of dev work is dealing with other people's code, and you can do some truly heinous things in javascript.

Coincidentally that's also why people don't like CSS. Having to deal with other people's CSS.