JavaScript/Notes/: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
Garrett (talk | contribs)
Garrett (talk | contribs)
No edit summary
Line 1: Line 1:
== [https://noisebridge.net/wiki/JavaScript/Notes/Array Array Methods added to EcmaScript 5]==
== [https://noisebridge.net/wiki/JavaScript/Notes/Array Array Methods added to EcmaScript 5]==
== [https://noisebridge.net/wiki/JavaScript/Notes/Scope Scope Chain and Identifier Resolution]==
== [https://noisebridge.net/wiki/JavaScript/Notes/Scope Scope Chain and Identifier Resolution]==
== [https://noisebridge.net/wiki/JavaScript/Notes/EventNotificationSystem  Event Notification System]==


== [https://noisebridge.net/wiki/JavaScript/Notes/Factory  Factory]==
== [[https://noisebridge.net/wiki/JavaScript/Notes/IBD Interface-Based Design]==
Two interfaces with a similar signature. The Devil's in the details -- encapsulate them!


=== [https://noisebridge.net/wiki/JavaScript/Notes/EventNotificationSystem  Event Notification System]===
An abstract system for event notification.
=== [https://noisebridge.net/wiki/JavaScript/Notes/DomEvents DOM Events Adapter]===
An system for DOM event notification, designed to handle delegation and specific event models.
=== [https://noisebridge.net/wiki/JavaScript/Notes/Factory  Factory]===
The Factory pattern, the Decorator pattern, newApply, and the holy grail: Abstract Factory.


<!-- The truth:  
<!-- The truth:  

Revision as of 23:40, 30 October 2013

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.