27

I don't hate JavaScript. Change my mind.

Comments
  • 18
    No.

    You have the right to your own opinion and I couldn't care less about your opinion lol
  • 5
    It's just a language
  • 3
    Why? If you like it, good for you
  • 3
    @vlatkozelka it's a feature, not a bug. It makes perfect sense, except for those who don't understand coercion.

    http://es5.github.io/#x11.9.3
  • 8
    If you don't hate JavaScript, there IS no mind that one could change.
  • 2
    To each his own.
  • 6
    If you haven’t been beaten down already by Js, your day will come.
  • 5
    "Aah yes. Your Stockholm Syndrome is very nice this time of the year" -Michael, GTA V
  • 0
    @vlatkozelka well I can't agree since it's part of the specs and inherent to the nature of JS, any developer should read the specs before getting on the boat.

    From my point of view it's not a good argument anymore since there are a lot of not-fcked langs targeting JS or WASM.

    Still there are a lot of things that makes no sense... fucked up non-monadic implementation of Promise, async/await behavior is naive at best, most API are still callback-only, classes are a big setback, etc ...
  • 0
    @karasube the fact that it's a design decision doesn't mean it's a good design decision. No one thinks this stuff is an accident
Add Comment