-
-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
表記統一: 関数/メソッド #141
Comments
|
これらは機械的には判別できなさそう 2016/09/13 午前10:05 "azu" notifications@github.com:
|
は例外なので無視するとして、後は一応代替表現ある感じかな。 |
これ改めて見ると、JavaScriptの関数は タグ付きテンプレートリテラルのタグ関数は From #227 テンプレートリテラル周りの用語整理
|
#110 #140 表示が決まったので、統一する。
正式名称の表記
静的メソッド
Array.from
メソッドインスタンスメソッド
Array.prototype.forEach
メソッド文中初回時の表記
静的メソッド
Array.from
メソッドインスタンス(prototype)メソッド
Array#forEach
メソッド文中の表記
静的メソッド
Array.from
メソッドインスタンス(prototype)メソッド
Array#forEach
メソッド または コンテキスト的に理解できるならforEach
メソッド関数
fn
関数fn()
音声読み上げ的に問題がありそうなため
textlintをかけるところは書く
The text was updated successfully, but these errors were encountered: