Skip to content

Instantly share code, notes, and snippets.

@jimmyp
Created November 26, 2012 10:35
Show Gist options
  • Save jimmyp/4147580 to your computer and use it in GitHub Desktop.
Save jimmyp/4147580 to your computer and use it in GitHub Desktop.
TypeScript talk for ALT. NET

What is Typescript

Language Features

  • type annotation
  • interfaces
  • classes
  • modules & declaration files
  • arrow function syntax

Do some examples.

Explain that type errors do not stop compilation, they just display warnings.

Why

It's all about safety for developer productivity and maintainability... worth it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment