30
Tabala
7y

Javascript! What a fucking horrible language it is.
I just wonder why this fucking language became this popular nowadays just performance is not a good reason to use this fucking language everywhere.

Comments
  • 4
    What performance?
  • 2
    @Awlex They (Javascript developers) say after chrome v8 engine Javascript performance get much better than before and get better than most dynamic languages.
  • 10
    it's popular because of how popular the web is. And javascript still has sucky parts because nobody wants to fix it. Backward comparability is very important. Javascript has some nice parts too though :-)
  • 6
    I like it. You can do some powerful pro ninja-shit with it. I kinda miss that in Java which I generally use.
  • 2
    It allows frontend developers to write both frontend and backend apps with power of nodejs
  • 10
    Of course it is the language that is stupid. Not the programmer. It is never the programmer.
  • 1
    I feel between neutral and negative to it. I agree, it sucks. But it's a tool, nonetheless, and some pretty cool stuff can be done with it no matter how much we hate it :-)
  • 2
    I agree that JS shouldn't be used everywhere (and I'm a JS dev myself), but I wouldn't call it a bad language as such.

    Those rant tags though SMH
  • 4
    When people say "Fuck *anything*" here I usually default to thinking the poster has very little understanding of it...
  • 2
    I was like you once, hated it. Now I freaking love it. It's so easy! You can do everything with half the work it seems
  • 0
    Are you jealous my friend? 😜
  • 0
    for(var x in this) {
    /* create a new bug for every variable in the page */
    bugs++;
    }
  • 3
    I came from JAVA to Javascript, now i can't seem to go back.
  • 0
    Learning JS after learning Python, I abhor JS. Too many curly brackets, I hate ending with semi-colons, and for loops and variables make very little sense. I can see how it can be so powerful though.

    However, I guess this is what you get with a language that was written in 10 days.
Add Comment