Closed curran closed 9 years ago
The current implementation uses error-first callbacks in the style of Node.js. However, this is causing headaches in the code, particularly with respect to error handling, and I suspect that Promises may provide a cleaner solution.
Mostly done in ac89453115695bfd2485fe48605bb87a876f9343, still need to refactor plugins.
Done in 262041f367b531f783840d65df395a556fb2c3a6
The current implementation uses error-first callbacks in the style of Node.js. However, this is causing headaches in the code, particularly with respect to error handling, and I suspect that Promises may provide a cleaner solution.