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
-
mojo20128144yI‘ve been playing a lot with it lately and tbh I like it. But coming from java I have to say, it‘s 10 times more complex.
-
neeno31724y@mojo2012 it's not my favorite language, not even close, but it's infinitely better than vanilla js. But a a year and a half ago I didn't know that, so I didn't use it. Now I'm stuck with a horrible, buggy vanilla js spaghetti code-base and there's nothing I can do.
-
Typescript slows us down to the point we can hardly work. The type system is like Latin and even some of the experts struggle with it on more complicated scripts.
Fighting with the compiler and having something take 4 hours when it could have taken 1 is just a pain I've faced too many times to ever want to go back.
Javascript wasn't meant to be strictly typed. Typescript is an incredible attempt - and success - at bringing types to a dynamic language. It is not, however, successful at being practical, in my opinion. -
neeno31724y@junon yeah typescript has its ups and downs. When you get into generic types and shit it gets very messy, but on simpler code it helps a lot. Without typescript I have to guess what the objects are and I get a lot of runtime exceptions, it's a pain in the butt.
-
irene33944y@junon If you are struggling to do things in typescript you should aim to be less clever with the code. Clever code is worse to maintain.
Related Rants
I want to fucking strangle my past self to death. Why the hell didn't you use typescript you dumb fuck? Your life would be way easier now.
rant
aaaaaaaaa