[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#770111: RFP: flowtype -- static type checker designed to find type errors in JavaScript programs



Package: wnpp
Severity: wishlist

* Package name    : flowtype
  Version         : 0.1.0
  Upstream Author : Facebook
* URL             : https://github.com/facebook/flow
* License         : BSD
  Programming Lang: OCaml
  Description     : static type checker designed to find type errors in JavaScript programs

Flow adds static typing to JavaScript to improve developer productivity and code quality. In particular, static typing offers benefits like early error checking, which helps you avoid certain kinds of runtime failures, and code intelligence, which aids code maintenance, navigation, transformation, and optimization.

Developers can reap its benefits without losing the “feel” of coding in JavaScript. Flow adds minimal compile-time overhead, as it does all its work proactively in the background. And Flow does not force you to change how you code — it performs sophisticated program analysis to work with the idioms you already know and love.


Reply to: