Chain-of-responsibility pattern: Difference between revisions

Content deleted Content added
Ilion2 (talk | contribs)
+Interwikilink
removed perl link, firstly because perl doesn't even do real design patterns
Line 4:
 
This pattern promotes the idea of [[loose coupling]], a programming practice.
 
''The article is originally from [[Perl Design Patterns Book]]''
 
== Examples ==