15

as a C# dev every time i have to code something in JS i'm just ranting because

- no types
- no fucking errors

i tried to move a Oval in an HTML5 canvas via Drag and Drop and after one hour I gave up...

such a fucking creepy broke language..
as a proof, if js wouldnt be that fucked up why is there typeScript, CoffeeScript, Brython, ... ?

Cant wait to finally use WebAssember...(really)

Comments
  • 5
    *sigh*
  • 1
    You must be kiddin me! I've never ever heard of Brython before and I do almost everything in python. O.o
  • 1
  • 1
    @JaggerJo yup, already forked it, it's awesome!
  • 5
    I couldn't agree more. I'm a c# dev too and work a ton in JS. I always forget to set my number variables in JS to 0 to initialize them.

    It's a sloppy language
  • 4
    JS isn't broke. There's reasons why it works that way. They may not be the best reasons, or reasons you agree with, but that doesn't make it broken. :op
  • 0
    +1 for a well-crafted rant, but you are THE WRONGEST PERSON EVER. WRONGY MC WRONGFACE, THAT'S WHAT THE OTHER KIDS CALL YOU. WROOOOOONG.
  • 4
    also a c# dev. I have found ES 6 to make more sense so learn it asap. but I too get really frustrated when I have to do some JavaScript.
  • 0
    There are defiantly types, weak types, but definitely types. Also if you try browserify or other transpilers for ES6 you will get some compile time errors, and linting can help find errors as well.
Add Comment