Modules or NPM packages?
A common pattern is to organize a node application into modules
/modules/Post
/modules/Event
...
so here's question: why not split each module into an own NPM package? Where do you draw the line?
A common pattern is to organize a node application into modules
/modules/Post
/modules/Event
...
so here's question: why not split each module into an own NPM package? Where do you draw the line?