Hacker News new | ask | show | jobs
by antigirl 2495 days ago
Java dev you mean ;) I dont see how types make you a better dev, its like saying automated dictionary in input text fields make you a better speller. It just makes you a lazy speller.
2 comments

Types have fundamental meaning and function way beyond simply being a dictionary. Javascript's lack of type systems means it's crippled when it comes to serious numeric computation, simulation or modelling. Even a 64-bit number can;t be stored properly, to say nothing of SIMD operations.
it makes you think about your code in a more structural way where composability and low coupling start playing a fundamental role
Can you link to a reference where this is explained more? i am genuinely interested.