python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Windsor Castle Chain Of Responsibility ending and sorting
I am writing a list of filters as a chain and each filter has the next link in its constructor so if a certain chain link can't handle the request it passes it along until it can.
public class SomeFil...
misha130
Votes: 0
Answers: 1
How can I add a decorator pattern to a chain of responsibility?
I created the following UML. It's basically a currency converter. As it is now, it is a Chain of Responsibility. But now I want to add a Decorator pattern. So, for example, add a fixed processing amou...

BogoBogo
Votes: 0
Answers: 1