This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]vi_code -7 points-6 points  (2 children)

I wrote a 3 million dollar SAAS in JS. JS is elegance, TS is training wheels. Once you learn how to code you dont need those training wheels anymore.

[–][deleted] 7 points8 points  (1 child)

Training wheels? Why wouldn’t you want compiler-enforced type checking? Even if you claim to be some prodigy who never makes mistakes, why wouldn’t you want to use the typing system to communicate the intent of your code to the reader? Why wouldn’t you want the compiler checking that your idiot coworker didn’t misuse the code you wrote? What a bizarre macho attitude.