DEV Community

Discussion on: Static Typing: a Personal Journey

Collapse
 
napicella profile image
Nicola Apicella

Nice post! Coming from a java background, I felt the same way when I started writing javascript.
Type safety is like writing code which already has a bunch of tests for the types, or in other words, we do not need to write tests that the compiler can do for us.