TypeScript
- alternatives: Jsdoc
 
Features
- "it is possible and common to use TypeScript for type definitions while still writing the actual functionality in JavaScript."
 
Cons
- compilation
 - code polluted with type programming
 
Resources
Learning Resource
- https://szaranger.medium.com/typescript-features-you-should-no-longer-use-82ede931243
 - https://javascript.plainenglish.io/advanced-typescript-generics-1b30d6b5dd49
 - https://docs.microsoft.com/en-us/learn/modules/typescript-get-started/2-typescript-overview
 - https://code.visualstudio.com/docs/typescript/typescript-tutorial
 - https://blog.devgenius.io/typescript-is-not-a-programming-language-f5b7e0fce01
- "inform the dev time language server and the compiler about the valid shapes"
 
 
References
Children
Backlinks