I was asked by many people after my tweet yesterday, so here you go.
I'm sure there are more examples. It is hard to tweet things out of context, but I've done my best to make small examples.
Thread...
* We don't need syntax noise in our code to get good type errors. The less we have to write and get the same errors the better.
* Safety first! Good defaults are important. A type system is about detecting errors early. Make this the default.
* I hope TS incorporates some of the ideas from Flow. Flow could also learn a thing or two from TS. Competition is good.