JavaScript/Notes/: Difference between revisions
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
In this course, I'll explore Object Oriented JavaScript as it pertains to client side web programming. And some DOM stuff. | In this course, I'll explore Object Oriented JavaScript as it pertains to client side web programming. And some DOM stuff. | ||
== Overview === | |||
'''When'''Every Friday night from 7:00PM — 8:45PM. | |||
'''Teacher''' Garrett Smith | |||
== [https://noisebridge.net/wiki/JavaScript/Notes/Introduction Introduction] == | == [https://noisebridge.net/wiki/JavaScript/Notes/Introduction Introduction] == | ||
Hearken to the days of <code>view-source:</code>! The history of free online education for web programming led the web where it is today. | Hearken to the days of <code>view-source:</code>! The history of free online education for web programming led the web where it is today. | ||
Revision as of 13:21, 12 November 2013
You down with OOP? - Yeah you know me!
In this course, I'll explore Object Oriented JavaScript as it pertains to client side web programming. And some DOM stuff.
Overview =
WhenEvery Friday night from 7:00PM — 8:45PM. Teacher Garrett Smith
Hearken to the days of view-source:! The history of free online education for web programming led the web where it is today.
Event Delegation and the Cascade.
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.
Passing around lists of parameters? Typechecking arguments? Stop doing that. Here's how to make your code clearer and less error-prone.