Tags: Design patterns
Dec 02 2006, 12:37 PM by Kai JägerThe singleton design pattern in JavaScript
This singleton pattern, despite the controversy surrounding it, is definitely one of the most popular GoF patterns. While I agree that using singletons to make global variables look like OOP [...]
