Chain of Responsibilty
A behavioral design pattern that lets you pass requests along a chain of handlers. Upon receiving a request, each handler decides whether to process the request or to pass it to the next handler in the chain.
It achieves loose coupling between the s...
ariesgun.xyz2 min read