▲ | cies 5 days ago | ||||||||||||||||||||||
JS is popular due to it being the only browser lang. Did you forget that? Also: TS popularity shows that not everyone in the JS community agree with you. For server side web dev you will find that statically typed langs (Java, Kotlin, C#, Go) are a big chunk of the pie. Sure it also comes down to taste, but if you work in a large team, having stronger types can greatly help to keep the codebase in shape. (better IDE refactor tools, clearer for noob, harder to hide/ check in rubbish to git) If you are afraid by obscurity, have a look at Kotlin! | |||||||||||||||||||||||
▲ | leptons 5 days ago | parent [-] | ||||||||||||||||||||||
Typescript is still nowhere near as popular as Javascript, and likely never will be. It's overkill for the vast number of uses of Javascript. | |||||||||||||||||||||||
|