On Fri, Aug 30, 2013 at 10:15 AM, Dean Landolt <[email protected]> wrote:
> You say "this sounds like the opposite of promises solving a problem", > which I assume would mean promises creating a problem? > No, they're certainly not creating a problem. It's just that the asynchrony inconsistency issue and the design of promises are orthogonal. Until they're not, and then you have a specific implementation or specification of promises that acknowledges this is a real problem and forces the solution into the promise API. For example, Promises/A+ acknowledges this, but Promises/A does not. -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
