You are viewing a single thread.
View all comments
14 points

GIGO

permalink
report
reply
25 points

I’ve read different defenses for JavaScript for cases like this, which usually runs somewhere from you shouldn’t be doing that anyway all the way up to if you just understood the language better you’d know why. While I agree with both of those points strongly as general principles, JavaScript also violates the principle of least surprise enough to make it concerning.

For what it’s worth, I do like JavaScript. I really don’t think that there is any perfect programming language.

permalink
report
parent
reply
14 points

I really don’t think that there is any perfect programming language.

You’d be wrong 🦀🦀🦀🦀🦀

permalink
report
parent
reply
11 points

That’s a weird emoji to use for elixir

permalink
report
parent
reply
3 points

Compile times say otherwise

permalink
report
parent
reply
2 points

Fair, I haven’t used Rust so I don’t really have an opinion on it.

permalink
report
parent
reply
8 points

JavaScript, like some other languages of the time, was designed with the Robustness Principle in mind. Arguably the wrong end of the Robustness Principle, but still.

That is, it was designed to accept anything that wasn’t a syntax error (if not a few other things besides) and not generate run-time errors unless absolutely necessary. The thinking was that the last thing the user of something written in JavaScript wants is for their browser to crash or lock up because something divided by zero or couldn’t find an object property.

Also it was originally written in about five minutes by one guy who hadn’t had enough sleep. (I may have misremembered this part, but I get the feeling I’m not too far off.)

permalink
report
parent
reply
5 points

It was 10 days, but, yeah, not a lot of time, especially for one guy. (That one guy was Brendan Eich, by the way.)

permalink
report
parent
reply

Programmer Humor

!programmer_humor@programming.dev

Create post

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

  • Keep content in english
  • No advertisements
  • Posts must be related to programming or programmer topics

Community stats

  • 2K

    Monthly active users

  • 861

    Posts

  • 14K

    Comments