JavaScript/Notes/

From Noisebridge
Revision as of 08:58, 31 October 2013 by Garrett (talk | contribs)
Jump to navigation Jump to search

You down with OOP?

"Yeah you know me!"

Two interfaces with a similar signature. The Devil's in the details -- encapsulate them!

An abstract system for event notification.

An system for DOM event notification, designed to handle delegation and specific event models.

The Factory pattern, the Decorator pattern, newApply, and the holy grail: Abstract Factory.

Parameter Object

Passing around lists of parameters? Typechecking arguments? Stop doing that. Here's how to make your code clearer and less error-prone.