Design Patterns – Chain of Responsibility Pattern(atanashristov.blogspot.com)
submitted by
atanashristov(85) 2 years, 5 months ago
Imagine you have complicated decision logic and you’ve got a big if-then-else like structure in your code which you want to simplify.
The Chain of Responsibility Pattern is a good way for code refactoring in such situation. It will make the code more flexible and easy to support and modify in the future.
|category: Patterns
|Views: 18
tags:
Patterns another
Everyones tags:
Your Tags: