Tuesday, February 17th, 2009
Pimp Your Storage
<p>Andrew Dupont has done what the threatened to do and created part one of series critiquing Prototype code.The first installment has him taking a version of Element.Storage by Sébastien Grosjean and tweaking it out. Andrew discusses Prototype style issues, naming, feature design, fun common things such as:
-
if (!(element = $(element))) return;
Oh, and the evil that is == vs. ===.
After it all you get this:
What is really cool is that this is in Prototype.Bleeding.Edge.
Related Content:











Leave a comment