Tag: Annotations

Genius in Hindsight: TypeScript Type Annotations
Genius in Hindsight: TypeScript Type Annotations
Blog Posts

When TypeScript first landed in public view in October 2012, the type annotations looked a bit funky. If you were a student of type theory, they would have been familiar; but most programmers wouldn’t have seen a type annotation like this before: var name: string; Given the popularity of putting type names before variable names,… READ MORE