645
you are viewing a single comment's thread
view the rest of the comments
[-] oxideseven@lemmy.ca 10 points 1 year ago

Doing Odin Project now and the constant shiting on JS online is sort of crushing my motivation. 😫

[-] BrucePotality@lemmy.world 31 points 1 year ago

Don’t worry about, JS is a fine language and is used by all of the top companies. If you want to get a job as a software developer you have decent odds if you learn JS

[-] FoxBJK@midwest.social 5 points 1 year ago

As someone currently job hunting - native JS isn’t enough anymore. Everyone wants React devs. I see some posts for Vue or Angilar and sometimes even TypeScript but the vast majority want React coders now.

[-] towerful@programming.dev 8 points 1 year ago

Very true.
If you are learning JavaScript, typescript is absolutely worth learning as well.
React and Vue have some additional paradigms, but it is basically just JavaScript/typescript.
It's a lot to learn all in one step.

I guess it's like trying to learn C# and Unity all in one

[-] garyyo@lemmy.world 26 points 1 year ago

If you don't hate a programming language you simply haven't used it enough or are delusional. Every language sucks in its own special way, js ain't special.

[-] z3n0x@feddit.de 10 points 1 year ago

cue “if those kids could read they’d be very upset”

[-] Reliant1087@lemmy.world 5 points 1 year ago

I agree with you that every language has its flaws but JS feels like it was a hodgepodge created without any design philosophy in mind. I don't use C or lisp in day to day work but I can appreciate their philosophies and power. Can't say the same about JS.

[-] Blackmist@feddit.uk 7 points 1 year ago

If it has a design philosophy, it's "never show an error, even when the user is wrong".

[-] Reliant1087@lemmy.world 1 points 1 year ago

Made me lol :)

[-] fkn@lemmy.world 7 points 1 year ago

That's because it literally is the result of mozila, Microsoft and later Google fighting about what the right language choices were/are. Browser detection scripts and shims are still a thing, but back in the day we had to code that shit by hand every, and I mean every, minor version release of every browser.

[-] Reliant1087@lemmy.world 2 points 1 year ago* (last edited 1 year ago)

This is super interesting. But why isn't HTML or CSS a similar mess? I found their structure to be more logical than JS. Parts of JS feels like it's intended as a backend language but parts of it don't.

[-] fkn@lemmy.world 3 points 1 year ago

Wait, you don't think html is a mess? Lol.

Css benefited from coming much later than the other two... But it also has issues.

[-] Reliant1087@lemmy.world 1 points 1 year ago

I mean semantic html seems like a pretty okay markup language.

[-] fkn@lemmy.world 1 points 1 year ago

Lol. That's like saying js is ok as long as you never use the parts that 90% of js developers use.

[-] Reliant1087@lemmy.world 1 points 1 year ago

Really? I find that css is pretty much the ugly part of html. Html is no worse than markdown or latex. If you just wrote plain HTML and were okay with how it rendered, you would have nicely structured code.

[-] fkn@lemmy.world 1 points 1 year ago* (last edited 1 year ago)

My point is that if you only use the parts that don't bring confusion you have a problem... Nobody ever does that in production... Much less with any frameworks. There is no such thing as semantic html at scale or in any modern framework.

[-] Reliant1087@lemmy.world 1 points 1 year ago

That isn't the fault of the language though. It does what it was designed to well. Maybe it is I'll suited to achieve things it wasn't designed to do?

I could absolutely write code to do data analytics with C and gnuplot, does that mean they're the appropriate tools for doing that when pandas, SPSS, Julia or matlab exists? Probably not.

[-] fkn@lemmy.world 1 points 1 year ago

Maybe I misunderstood your position. It seems like you are now saying you understand how html messy?

[-] ursakhiin@beehaw.org 16 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 13 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.

[-] elbarto777@lemmy.world 4 points 1 year ago

Don't listen to the javascript haters.

[-] 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.

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

Programmer Humor

19187 readers
1122 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