Posts Tagged ‘Interface’

Faking Interfaces in Javascript

Saturday, February 21st, 2009
So you’re used to standard design patterns. You come from a C# or Java background, and you miss being able to abstract things out with interfaces. I won’t go over when you should use interfaces, but I will show you how to “fake” them in Javascript.

(more…)