Skip to content

Instantly share code, notes, and snippets.

View dotherightthing's full-sized avatar

Dan Smith dotherightthing

  • Do The Right Thing
  • Wellington, New Zealand
View GitHub Profile
@dotherightthing
dotherightthing / revealing-module-pattern.js
Last active July 8, 2024 15:48
[Revealing module pattern] #js #jsdoc #es5 #trycatch #throw
// some-component.js
// see https://www.youtube.com/watch?v=pOfwp6VlnlM.
/**
* @file Do something
* @author [email protected]
* @requires jquery.js
*/
/**