Posts by Stoyan Stefanov

More code reuse patterns in YUI3

January 7, 2010

This post is a follow-up to the article "Inheritance patterns in YUI3" and dives deeper into the YUI3 APIs showing more patterns for code reuse. The Gang of Four book advocates that we should "prefer object composition to class inheritance". And in...

Read more →

Inheritance Patterns in YUI 3

January 6, 2010

This article discusses two JavaScript code reuse patters implemented in YUI 3 - the classical inheritance pattern and the prototypal inheritance pattern. Satisfying dependencies The prototypal pattern is available from the core YUI 3 API in the...

Read more →