30

Tried javascript coming from Java and C++, i know not a lot of people agree with me but holy fucking shit i hate non-typed variables they introduce so much ambiguity it drives me insane!!!

Comments
  • 3
    I share the same feelings. I don't understand how people like languages like python, JS and ruby so much.
  • 2
    "You know, strikes and gutters, ups and downs..."
  • 8
    Try TypeScript then. It's literally JavaScript with types :P
  • 1
    Typescript is going to make your life a lot easier again
  • 1
    I had to use python for my college lab and man did I hate the same thing - how do I know the type? Everything is just a var.
  • 0
    @chaddhag you just have to make all the typechecking at runtime 🙃
  • 0
    @Krokoklemme Well thankfully I learned enough python to complete my lab. I love python, but not for this.
  • 1
    @NOOB4LIFE Ruby makes it very easy to make sure the variable is the correct type though.
    The whole language is covered in sugar.
  • 0
    The only type system I've found pleasant to work with is Elm, which is sort of like haskell's, but less versatile.

    Java feels like a pain in the ass in every possible way
Add Comment