Why I gave up on MS' TypeScript
randomnessy.quora.com
Why I gave up on MS' TypeScript
1–3 of 3 posts
Re: Why I gave up on MS' TypeScript
#2That's annoying and I'd probably walk away if I encountered that out of the box. Seems to be another silo`ing issue of dev teams in MS unfortunately. They have folks smarty enough to fix these types of issues.
Re: Why I gave up on MS' TypeScript
#3That's annoying and I'd probably walk away if I encountered that out of the box. Seems to be another silo`ing issue of dev teams in MS unfortunately. They have folks smarty enough to fix these types of issues.
chris ortman just pointed to me that using the lambda like syntax would safeguard from context changes
so () => { } would work.
The compiler implied guarantee bugs me nonetheless.