this post was submitted on 18 Apr 2026
-1 points (49.5% liked)

Programming

26579 readers
161 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

Found this gem. A single well made video in a channel. The Channel owner probably made this channel just to house one video I guess.

I havent watched it all the way through but it seems to have alot of substance. By the looks of it the guy probably has spent atleast a year developing professionally in C++ and is pretty pissed to make that video as a ventfest

See if you cant agree with something he said

you are viewing a single comment's thread
view the rest of the comments
[–] coriza@lemmy.world 5 points 15 hours ago (1 children)

I don't have a dog in this fight, but I want to point out that you can't say the JS is pleasant to use while at the same time saying that that is the case if you are using another language that transpile to it. And specially when said language or "improved syntax" was created with the sole purpose to address shortcomings in JS.

[–] masterspace@lemmy.ca -1 points 13 hours ago* (last edited 13 hours ago) (1 children)

Well two things:

  1. yes I can. It's perfectly possible for a slice of pie to be pleasant, and a slice of pie with ice cream to be more pleasant.

  2. the original point of discussion to kick off this thread was claiming that js is the least pleasant.

[–] namingthingsiseasy@programming.dev 1 points 7 hours ago (1 children)

It’s perfectly possible for a slice of pie to be pleasant, and a slice of pie with ice cream to be more pleasant.

In my personal opinion though, that's not how I would describe Javascript vs. Typescript. Javascript was basically replaced overnight, to the point where you should be very harshly criticized for ever using it these days unless you're maintaining a legacy project.

[–] masterspace@lemmy.ca 1 points 7 hours ago (1 children)

Yeah, we're describing it the same way. A slice of pie with ice cream is preferable unless you don't have ice cream available.

If you want to go on a rant about JavaScript then just do so, stop trying to goad someone into an argument about it.

[–] namingthingsiseasy@programming.dev 1 points 7 hours ago* (last edited 6 hours ago) (1 children)

I'm not trying to goad you into an argument, though I could have admittedly phrased things better. I just can't think of any reason why someone would want adopt Javascript as it is with all of its problems. A slice of pie is better than nothing at all. On the other hand, using Javascript when a much better alternative exists (namely Typescript) would be a significant liability in my opinion.

In fact, pretty much everyone on our front-end team at work would agree too - they're pretty much unanimous in saying that Javascript should basically never be used.

[–] masterspace@lemmy.ca 2 points 5 hours ago* (last edited 5 hours ago)

I wholeheartedly agree that TypeScript effectively supercedes JavaScript if you're starting a new project.

JavaScript is still not the most unpleasant language to use though.