wamoyo / masonite

(Still in progress) A simple static website generator using HTML with light templating and Stylus for CSS preprocessing
MIT License
1 stars 0 forks source link

Callback hell very much alive #3

Open wamoyo opened 7 years ago

wamoyo commented 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.

wamoyo commented 7 years ago

Or we can trade callbacks for promises.

wamoyo commented 7 years ago

The thing that's challenging in this particular case is logging. How much to do, on which functions.