JS Lazy Developer
With JavaScript being taken alot more seriously, we’re seeing a rise in JS best practices, the days when JavaScript would be mocked based upon annoying popup’s, really crap navigation systems that broke in every browser except IE, and seriously disgusting page effects that should stay relegated on people’s myspace pages are pretty much over. JavaScript has reached a new standard and coders are helping to drive it.
My little contribution to this is JS Lazy Developer, it will generate your JavaScript classes in the revealing module pattern, a really nice pattern that makes use of closures to preserve the object and allows for public and private methods and properties.
Check it out in the sandbox