This pattern I used for handling scenario as follows;
Applying permission on user to view some data is based on many criteria and those are having a sequence.
By Appling this chain of responsibility pattern I could able to arrange the code nice manner , very easy to add new criteria as well as change the sequence.
Comments