Thursday 19th June, 2014
☞ Full info on the Async website
✈ Sign up to attend on the event's Lanyrd page.
Would you like to speak on the night? You’ll have five minutes, that’s 300 seconds, to tell us about something… a project, a library, a technique, a story, or anything else on JavaScript and its techy friends (HTML, CSS, SVG, animated GIFs), or the wider world of web.
Please leave a comment below (you can use Markdown if you want) and include:
- Your name
- Your main website, if you have one
- Twitter username, if you have one
- A sentence or two about your talk
- Any relevant links
Writing testable private methods with Node.js modules
Mark Everitt
@qubyte
This is a (probably obvious) pattern that I use to keep module API simple by hiding private implementation, without losing the ability to easily test everything. Bonus question at the end for everyone still awake.