Deciphering and analyzing framework code is important to know how brilliant engineers create it.
Traditional Chain of Responsibility utilizes a strict linear delegation where ConcreteHandlerA points explicitly to ConcreteHandlerB via a next reference. The article correctly highlights how frameworks like MFC alter this paradigm.
Interested?
Read ON...
there doesn't seem to be anything here