Skip to content
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

spread operator -> spread構文 #425

Closed
azu opened this issue Mar 22, 2018 · 4 comments · Fixed by #547
Closed

spread operator -> spread構文 #425

azu opened this issue Mar 22, 2018 · 4 comments · Fixed by #547
Assignees

Comments

@azu
Copy link
Collaborator

azu commented Mar 22, 2018

spread operatorとは呼ばないことにする 。
#420 のミーティングで決定した。

  • 引数: fn(...args) : restパラメータ
  • 配列/文字列: ...array : spread 構文
  • オブジェクト: { ...obj } : spreadプロパティ

に統一

Notes

@azu azu self-assigned this Mar 22, 2018
@azu
Copy link
Collaborator Author

azu commented Mar 22, 2018

@azu
Copy link
Collaborator Author

azu commented Mar 22, 2018

オブジェクトのデフォルト値を明示的な値で上書きするときにはRest/Spreadプロパティを使うと便利です

#351

safe

@lacolaco
Copy link
Collaborator

safeだけど一貫しておいたほうがよさそう

@lacolaco lacolaco self-assigned this Mar 22, 2018
@azu
Copy link
Collaborator Author

azu commented Mar 22, 2018

  • 引数: fn(...args) : restパラメータ
  • 配列/文字列: ...array : spread 構文
  • オブジェクト: { ...obj } : spreadプロパティ

に統一

@lacolaco lacolaco removed their assignment May 31, 2018
@azu azu changed the title spread operator -> spread syntax spread operator -> spread公文 Jun 3, 2018
@azu azu changed the title spread operator -> spread公文 spread operator -> spread構文 Jun 3, 2018
azu added a commit that referenced this issue Oct 23, 2018
@azu azu closed this as completed in #547 Oct 23, 2018
azu added a commit that referenced this issue Oct 23, 2018
ユースケースnode-cliのリンクも修正

fix #349
fix #425
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants