To type or not to type: quantifying detectable bugs in JavaScript | the morning paper
https://blog.acolyer.org/2017/09/19/to-type-or-not-to-type-quantifying-detectable-bugs-in-javascript/ Very interesting scientific analysis of using Flow/TypeScript annotations to autodetect 15% of bugs in JavaScript To type or not to type: quantifying detectable bugs in JavaScript Gao et al., ICSE 2017 Is it worth the extra effort to add static type annotations to a JavaScript project? Should I use Facebook’s Flow or Microsoft’s TypeScript if so? →