We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#31 の補足
https://asciidwango.github.io/js-primer/basic/condition/ switch文を積極的に使うかは微妙な所なので、現在の典型的なユースケースを紹介する。
伝えたいこととしては
具体例としては、ReduxのReducer的なパターンか、コマンドパターン的な処理を書く形に。 この時に、くるはずがないdefaultには何を実装するのかというのが焦点になりそう。
基本文法におけるプチユースケースもコーナー化した方がいいのかもしれない。
The text was updated successfully, but these errors were encountered:
switchがややこしい 最近Reduxとかでswitchを使うケースが増えたけど、使う条件はかなり限定的な気がする。 定数があって処理が1行でreturnできるものみたいな Reducers | Redux 条件分岐: if/switch/block #31 (comment)
switchがややこしい
最近Reduxとかでswitchを使うケースが増えたけど、使う条件はかなり限定的な気がする。 定数があって処理が1行でreturnできるものみたいな
Sorry, something went wrong.
#277 関数のスコープで、もう一つswitchの例を追加する予定なのでそこでこのIssueは解消させる。 switchを関数でくるんで input, return outputだけをわかりやすくするパターンとして。 デザインパターンっぽさはあるけど
switchは閉じる
No branches or pull requests
#31 の補足
https://asciidwango.github.io/js-primer/basic/condition/
switch文を積極的に使うかは微妙な所なので、現在の典型的なユースケースを紹介する。
伝えたいこととしては
具体例としては、ReduxのReducer的なパターンか、コマンドパターン的な処理を書く形に。
この時に、くるはずがないdefaultには何を実装するのかというのが焦点になりそう。
基本文法におけるプチユースケースもコーナー化した方がいいのかもしれない。
The text was updated successfully, but these errors were encountered: