DEV Community

Discussion on: Honey, I Type Checked The Children

Collapse
 
laurieontech profile image
Laurie

I'm a big fan of static type checking! But writing something in Typescript isn't as simple as writing JS and adding types; at least not if you want to follow best practices. So dynamic type checking is a nice middle ground. Giving you some of those features without changing what you know.