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

condition: switch文の例を追加する #135

Closed
azu opened this issue Sep 4, 2016 · 3 comments
Closed

condition: switch文の例を追加する #135

azu opened this issue Sep 4, 2016 · 3 comments

Comments

@azu
Copy link
Collaborator

azu commented Sep 4, 2016

#31 の補足

https://asciidwango.github.io/js-primer/basic/condition/
switch文を積極的に使うかは微妙な所なので、現在の典型的なユースケースを紹介する。

伝えたいこととしては

具体例としては、ReduxのReducer的なパターンか、コマンドパターン的な処理を書く形に。
この時に、くるはずがないdefaultには何を実装するのかというのが焦点になりそう。


基本文法におけるプチユースケースもコーナー化した方がいいのかもしれない。

@azu
Copy link
Collaborator Author

azu commented Sep 4, 2016

switchがややこしい

最近Reduxとかでswitchを使うケースが増えたけど、使う条件はかなり限定的な気がする。
定数があって処理が1行でreturnできるものみたいな

@azu
Copy link
Collaborator Author

azu commented Aug 24, 2017

#277 関数のスコープで、もう一つswitchの例を追加する予定なのでそこでこのIssueは解消させる。
switchを関数でくるんで input, return outputだけをわかりやすくするパターンとして。
デザインパターンっぽさはあるけど

@azu
Copy link
Collaborator Author

azu commented Jul 26, 2018

switchは閉じる

@azu azu closed this as completed Jul 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant