DEV Community

Hoboken Days
Hoboken Days

Posted on

Chain of Responsibility — To Use It or Not To Use It

All design patterns share a common goal: isolating code within programs. Each pattern uses abstractions to isolate changes, ensuring that modifying one part of the code doesn’t necessarily require changes in unrelated parts.

Check this post to see if you can use the CoR pattern in your project.

Chain of Responsibility — To Use It or Not To Use It

Top comments (0)