medikoo (2013-06-20T13:13:31.000Z)
Stating `then()` is something more advanced than `done()` doesn't make much
sense to me.
They're different methods, that serve different purpose, I think they should
be valued on a similar level.

Key thing is that *`then()` is conceptually a `map()`*, and there's
something wrong if just to access the value we have to use `map()`. Second
issue, mentioned already numerous times is not desired (in case of "just
access") error suppression.




--
View this message in context: http://mozilla.6506.n7.nabble.com/Where-d-Promise-done-go-tp281461p281520.html
Sent from the Mozilla - ECMAScript 4 discussion mailing list archive at Nabble.com.
github at esdiscuss.org (2013-07-12T02:27:36.754Z)
Stating `then()` is something more advanced than `done()` doesn't make much
sense to me.
They're different methods, that serve different purpose, I think they should
be valued on a similar level.

Key thing is that *`then()` is conceptually a `map()`*, and there's
something wrong if just to access the value we have to use `map()`. Second
issue, mentioned already numerous times is not desired (in case of "just
access") error suppression.