The facade design pattern in JavaScript
Monday, December 22nd, 2008I started to think about design patterns recently while working on a big project. I realized I could probably benefit from one or more of these patterns as the complexity of the client-side portion of my application began to grow. After a little investigation I stumbled across the facade design pattern. This pattern promotes readability [...]