Open wamoyo opened 7 years ago
It's probably time to get rid of the callback madness for promises, or to use babel and some ES7 features, and compile down.
Or we can trade callbacks for promises.
The thing that's challenging in this particular case is logging. How much to do, on which functions.
It's probably time to get rid of the callback madness for promises, or to use babel and some ES7 features, and compile down.