I'm going to be giving a presentation called TypeScript, what's all the fuss? at the Fall 2012 Desert Code Camp on November 17, 2012. I'll be adding a list of resources and my slides to this blog post.
TypeScript Resources:
- Official TypeScript web site
- Presentation by TypeScript creator Anders Hejlsberg, downloads and tools.
- Brian Harry's real world story of moving to TypeScript
- How a team at Microsoft migrated 80,000 lines of JavaScript to TypeScript and found 13 unknown bugs.
- Nicholas C. Zakas' thoughts on TypeScript
- Good blog post covering the basic syntax and pros and cons by a well respected JavaScript guru and author of several JavaScript books.
- Other blog posts about TypeScript you may find of use:
- Is TypeScript gradually typed? by Jeremy Siek
- Microsoft TypeScript: the JavaScript we need, or a solution looking for a problem? by Peter Bright
- Why does TypeScript have to be the answer to anything? by Scott Hanselman
Here's an example of method overloading in TypeScript which I didn't cover adequately in this presentation.
No comments:
Post a Comment