this post was submitted on 06 Aug 2023
409 points (100.0% liked)

Programmer Humor

421 readers
19 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
[โ€“] oxideseven@lemmy.ca 6 points 1 year ago (3 children)

Doing Odin Project now and the constant shiting on JS online is sort of crushing my motivation. ๐Ÿ˜ซ

[โ€“] ursakhiin 21 points 1 year ago

JS is fine. But as with any tool it's not the best for every scenario.

The flak JS tends to get us mostly because of the rise of popularity is Node.js leading to backend JavaScript beginning commonplace. which it's overall a poor choice for backend when compared to many other languages as the strengths that JS has are more tailored to frontend.

[โ€“] HKayn@dormi.zone 8 points 1 year ago

Don't let it get to you. This is mostly just a circlejerk by people who don't even use JS themselves.

[โ€“] glad_cat@lemmy.sdf.org 1 points 1 year ago

Honest answer: JS is a shitty language and I despise it. BUT you can learn a ton of stuff with that, all the features (loops, conditions, variables, etc.) that exist in other languages. You will hate JS one day too, but right now it's good to learn, and when you'll switch to other languages, you'll be happy you learned something.

So yes, JS sucks, but no, it won't be useless for your future. Keep on working, programming is really fun.