|
|
|
|
|
by mynameisvlad
672 days ago
|
|
> “But where are my TYPEs!? How do I know what type that variable is!?” Someone clearly hasn’t worked in any sort of sizable code base. Come back when you are writing something spanning hundreds of JS files and where it takes you three times the time to verify that any small change isn’t a typo or wrong type off from a runtime error. TS heavily speeds up the development cycle by bringing an entire class of errors from runtime to compile time and that has nothing to do with OO and inheritance. Simply put, TS is an infinitely better and safer language to develop in and it took the web world by storm for a reason. People didn’t decide to switch en masse for shits and giggles and you should realize that just because you have a different view does not mean that everyone else around you is wrong. > m$ Seriously? It’s 2024, and we’re all adults. This does nothing but water down your point. |
|