this post was submitted on 02 Aug 2023
66 points (100.0% liked)

Programming

13307 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 10 points 1 year ago* (last edited 1 year ago) (1 children)

Lol so you're one of the devs the author is talking about. Imagine getting this worked up over a topic you clearly don't understand. "Failed technology stack" -- that's right everyone, the most widely used stack on the planet is a failure because this guy doesn't like javascript. Everyone else in the world is obviously a stupid moron for not seeing things his way.

If you program in anything other than machine code you are an idiot. Remember that next time you use a failed abstraction like C.

Can't believe this nonsense actually got upvoted. You never even identify any real issues with modern JS or HTML. It's just a bunch of run-on whining. "HTML was meant to provide a standardized way for presenting data" -- lol so literally how it's still used today.

[โ€“] [email protected] 3 points 1 year ago

At least C has a working equals operator. Go on, tell me about ===, invite the ridicule. I bet I know more about JavaScript than you do. I hate it because I am intimately familiar with it.

console.log(null==0)
console.log(null>0)
console.log(null>=0)

console.log(0==[])
console.log(0=='0')
console.log('0'==[])

// no equality comparison, but that shit is funny
console.log("2"+"2"-"2")

Any proper programming language wouldn't even compile any of that nonsense.

And something being widespread doesn't mean it's either right or good - look at religions.