TypeScript - first impression

Finally got some time to watch Anders Hejlsberg’s Introducing TypeScript. And you know TypeScript is just great. I started my career as a PHP developer and soon I moved to .NET cause I just needed that strong typing :) You know it’s a question of comfort.

  • If you have a compiler that could help you to early discover issues with your code, it's much better then to discover them at run time.
  • Also you can easily refactor your solution.

So what Anders Hejlsberg and his team did? They brought comfort to the JavaScript developers.

If you didn’t have a chance yet, please go and check out TypeScript!