DEV Community

Discussion on: How a Type System Improves your JavaScript Code

Collapse
 
theaccordance profile image
Joe Mainwaring • Edited

My appreciation for TypeScript grew out of maintaining the same two JavaScript projects over a 5 year period. Writing POJS is fine, but if your project doesn't have a finite scope, or you have multiple contributors, the additional structure provided by types pays huge Dividends in the long term.