Upgrade to Pro — share decks privately, control downloads, hide ads and more …

A Poignant Guide to Y.App

Sponsored · Ship Features Fearlessly Turn features on and off without deploys. Used by thousands of Ruby developers.

A Poignant Guide to Y.App

With apologies to _why, a talk given at YUIConf 2012 describing the trials and tribulations of converting existing pages on Zillow to use the YUI App Framework.

http://lanyrd.com/2012/yuiconf/szrft/

Avatar for Daniel Stockman

Daniel Stockman

November 14, 2012
Tweet

Other Decks in Programming

Transcript

  1. initializer: function () { this._handles = []; }, destructor: function

    () { Y.Array.each(this._handles, function (h) { h.detach(); }); this._handles = null; }, bindUI: function () { this._handles.push(Y.on( "click", this.click, this, "#foo" )); }, ... Thursday, November 15, 12