Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
balte23206y@Nevoic I actually used assembly and I can assure you it sucks.
guess it's useful for those one or two inline optimizations though. -
Nevoic1996yTo everyone defending JavaScript, it's dynamically typed. Forget all of it's other issues, this is horrible enough.
By definition, a dynamically typed language has to have the possibility of runtime errors, because types are "checked" at runtime. If you, as a person, don't have 100% unit test coverage, then you have the possibility of having a runtime typing error get to the user. Even with 100% unit test coverage, you could just not properly anticipating the input.
Statically typed languages do (mostly) have the ability to have runtime errors, but ideally they wouldn't. And static type checking stops simple bugs, today, from effecting thousands of people.
Related Rants
So uh. Javascript sucks. Am I right?
rant
js