Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 615 Bytes

typescript.md

File metadata and controls

14 lines (8 loc) · 615 Bytes

TypeScript

General

TypeScript is a language built on top of JavaScript and although it is not used for every project using it becomes one of the best strategies to maintain a large JavaScript codebase so if you are looking for a way to increase the scalability of your project this should be the next step.

A good rule of thumb is to use TypeScript for enterprise level projects.

Useful tools

back