エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Design Meeting Notes for 3/25/2016 · Issue #7689 · microsoft/TypeScript
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Design Meeting Notes for 3/25/2016 · Issue #7689 · microsoft/TypeScript
this-types for functions (#6739) Defines ability to define type of this for the scope of a functi... this-types for functions (#6739) Defines ability to define type of this for the scope of a function. If you're in a class, this is assumed to have the type of the class itself. You can still override this by giving an explicit type to this. Strict this checks Problem: cognitive burden by creating a distinction between types of methods and properties with function types. Looked at performance again