DEV Community

Discussion on: Typescript is the better Javascript

Collapse
 
danytulumidis profile image
Dany Tulumidis

thanks, my fail :D

Collapse
 
bw984 profile image
Brady Walters

I’ve never used typescript in a real project but am curious. Just yesterday in Python I passed the wrong type into a function whose arguments are “typed” and there were no errors at the time the function was called, only after the function failed part way through. It appears as though typing in Python is only for assisting with the development process in giving hits, it doesn’t actually throw warnings the types declared weren’t used when the function was called. Thanks for the article!

Thread Thread
 
danytulumidis profile image
Dany Tulumidis

im glasd you liked it and learned something from it. Jeah this is exactly a usecase where Typescript comes and saves you :D I really enjoy static typed languages