Open hurrymaplelad opened 9 years ago
@bobzoller is concocting a solution
concoctED: https://github.com/goodeggs/express-stack-builder
though I feel like I should vet the concept before making noise :)
On Thu, Jan 15, 2015 at 10:49 AM, Adam Hull notifications@github.com wrote:
@bobzoller https://github.com/bobzoller is concocting a solution
— Reply to this email directly or view it on GitHub https://github.com/goodeggs/bites/issues/50#issuecomment-70138955.
Many express middlewares depend on other middlewares (cookie-sessions => cookie-parser for example). These dependencies are only expressed in documentation. It's up to the developer to put them in the right order.
The web development community felt lots of similar pain with script tag order dependencies. Solutions were developed. Is there a need for something similar in the express community?