<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - coprolit</title>
<link>http://snipplr.com/users/coprolit/tags/private</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 13:03:01 GMT</pubDate>
<item>
<title>(JavaScript) using unobtrusive namespace</title>
<link>http://snipplr.com/view/50920/using-unobtrusive-namespace/</link>
<description><![CDATA[ <p>Unobtrusive JavaScript should add as little as possible to the global object or global namespace of the environment in which it runs.
With following solution each module-writer's code is contained in private or in a unique namespace and cannot interfere with or intrude upon any other code at any time.</p> ]]></description>
<pubDate>Mon, 21 Mar 2011 23:57:37 GMT</pubDate>
<guid>http://snipplr.com/view/50920/using-unobtrusive-namespace/</guid>
</item>
<item>
<title>(JavaScript) Javascript revealing module pattern template</title>
<link>http://snipplr.com/view/50765/javascript-revealing-module-pattern-template/</link>
<description><![CDATA[ <p>"Javascript module pattern emulates the concept of classes in such a way that we're able to include both public/private methods and variables inside a single object, thus shielding/namespacing particular parts from the global scope."
When inheritance is not needed and a only few instances is needed (Keep in mind that each instance places a new copy of each function in memory!)</p> ]]></description>
<pubDate>Thu, 17 Mar 2011 08:40:45 GMT</pubDate>
<guid>http://snipplr.com/view/50765/javascript-revealing-module-pattern-template/</guid>
</item>
</channel>
</rss>