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

thenに登録するコールバック関数の返り値についての解説 #40

Closed
azu opened this issue May 19, 2014 · 3 comments
Closed
Labels
Type: Feature New Feature

Comments

@azu
Copy link
Owner

azu commented May 19, 2014

http://azu.github.io/promises-book/#_then_reject

ここで少しthenの挙動について思い出してみましょう。

といってるけど、そもそも解説してない気がする。

http://www.html5rocks.com/en/tutorials/es6/promises/#toc-error-handling これのフローの紹介と一緒にthenで返す値について触れるのが妥当な流れかなー

@azu
Copy link
Owner Author

azu commented May 22, 2014

書くなら 3. Chapter.2 - Promisesの書き方
の前がいい気がする。

ここで若干の飛躍を感じた

@azu
Copy link
Owner Author

azu commented May 22, 2014

promise.thenpromise.catchを掘り下げる形で書くといい気がする

@azu
Copy link
Owner Author

azu commented May 23, 2014

Chapter2 の最初にpromise.thenpromise.catchについてを設けてやるのがよさそう。

こういうメソッドチェーンを繋げて書けるよ という話と catchの方があんまり説明することないけど、IE #10 未満の問題についてそこで触れれば良くなる

promise-then-catch-flow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature New Feature
Projects
None yet
Development

No branches or pull requests

1 participant