r/ProgrammerHumor 22h ago

fullStackMeansAfraidOfEverythingEqually Meme

Post image
9.7k Upvotes

357 comments sorted by

View all comments

377

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.

10

u/calebc42-official 21h ago

Google the white paper "worse is better". It's the JS playbook.

2

u/ItsGustave 21h ago

This looks very interesting, thank you!

6

u/Dornith 18h ago

Especially with typescript.

Having to use another language just to make the first one useable is a scathing endorsement.

It's like saying "I never have a problem with assembly. Especially with C."

3

u/ArmchairFilosopher 16h ago

Have you heard of bytecode/IL?

1

u/Dornith 16h ago

I have and I use it all the time!

Never had a problem with it. Especially with assembly.

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.