Combining Static and Runtime Type Checking for Better Dev Productivity

added by JavaScript Kicks
11/23/2015 5:24:41 PM

745 Views

Dynamically-typed languages enable interesting development workflows. The ease with which you can experiment and innovate in, for instance JavaScript, is extraordinary. But there is a catch. When your application and team grow, the inability to define contracts in the code makes the application fragile and refactorings expensive.


0 comments