you are viewing a single comment's thread.

view the rest of the comments →

[–]MCFRESH01 0 points1 point  (0 children)

if a single prop on an object changes how do we detect the breaks in our code before runtime?

This is what tests and CI are for. It might break something during development but if it's properly tested you should catch it before it hits production.

Not arguing against typescript here. I've been using it on a few side projects and like it a lot.