Design Patterns in JavaScript
Over the past year or so I’ve been learning about design patterns and finding them incredibly useful. For languages that have interfaces, it’s especially useful. Even though JavaScript doesn’t have such a concept, you can still apply traditional design patterns to the language. As evidence, I’ve begun writing a series over at WebReference covering Design Patterns in JavaScript. I hope everyone enjoys it.