1.5.4. Chain of Responsibility Pitfalls

From the book:

One known weakness of this pattern is that a request can drop off the end of the chain if no suitable handler is found. In Chapter 4, we will learn how this pattern helps us to handle method calls. We will also see how we can prevent a request from falling off the end of the chain.

Complete and Continue  
Discussion

0 comments