Categories
JavaScript

Node.js – The SubStack Pattern ( CommonJS )

Today I would like to have a short discussion about something that I learned about while working on a project; the SubStack Pattern. …What? The substack pattern is simply a way for you to export a specific functionality from a module, particularly a function. Exhibit A Why is this a good thing? Well, think about […]