TypeScript 2.3: The –strict Compiler Option
TypeScript 2.3 introduces a new --strict compiler option that enables a number of other compiler options related to stricter type checking. (more…)
Read more »To type or not to type: quantifying detectable bugs in JavaScript Gao et al., ICSE 2017 This is a terrific piece of work with immediate practical applications for many project teams. Is it worth th… Read more