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
-
types reduce mistakes. And humans are pretty good at doing them.
And before you say it, no you're not an exception.
There is a reason, JS projects move as quickly to TS a soon as they grow enough. Because frankly, JS becomes unmaintainable so quickly, you don't even realize it. -
Grumm18021yWhy ? Because :
'11' + 1 = 111
'11' - 1 = 9
Or have a look here : https://github.com/aemkei/jsfuck/... -
ccpdev21y@thebiochemic I said it's a good tool and I use it too, but the amount of love to fckng type support is unbearable. I guess most ts developers never saw the world outside and gets impressed with such simple tooling
-
The reason is that you can dynamically create/modify types based on variables or other types
Unlike most other languages where you just slap on a known manually created one -
Jabb032631y@ccpdev
Nah, it's because they started with the absolute messy shit that is JS and then tried TS, so naturally the fall in love with it.
Like if you ate chalk all your life and then discover filet mignon.
Related Rants
I can't stand typescript lovers
it's just typing on top of javascript... it's good but that's all - one more tool to help you build solutions
why you keep talking everyday about types, why you keep creating types for everything in the most unusuble and unmaintainable ways??
rant
ts
js