DEV Community

Discussion on: TypeScript is a waste of time. Change my mind.

 
worc profile image
worc

...undefined objects during runtime aren't necessarily going to be caught by your static type checker. if the api changes and leaves out that key object, what good did your type system do?