Hacker News new | ask | show | jobs
by homami 3636 days ago
We have to handle errors at least one time during the operation. Both Promise and Callback classes propagate error in the computation and delay error handling till the last step (usage).

I agree that bindTo is not much different from then, but IMHO pipe and pipeTo are.