March 2010
1 post
JavaScript Inheritance
JavaScript inheritance can be done dozens of different ways. One of the major plusses of the language is that it’s flexible enough to allow many possible paradigms. However, this also turns into a major language detractor, since everyone does it just a little differently. Here are a couple and some reasons I lean one way most of the time. First, there’s a functional pattern. I...
Mar 11th