> We have found this to be more expressive as well. Especially in ES5 > environments, where we can use Q's alias of `catch` instead of `fail`: > > p1.then(val => doStuff) > .catch(err => console.error(err)); >
Nice: +1 > However, I see a lot of value in "when" as a word still. "Then" makes > sense when used as a method: > > let that = when(this).then(doThat); > +1 here as well. - Kevin
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

