You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -40,7 +40,7 @@ If you come across any unclear or problematic content, please refrain from formi
40
40
41
41
#### Gang of Four
42
42
43
-
-**Chain of Responsibility:** command objects are handled or passed on to other objects by logic-containing processing objects
43
+
-[**Chain of Responsibility:**](/Common%20Design%20Patterns/Behavioral/ChainOfResponsibility/ChainOfResponsibility.md) command objects are handled or passed on to other objects by logic-containing processing objects
44
44
-[**Command:**](/Common%20Design%20Patterns/Behavioral/Command/Command.md) command objects encapsulate an action and its parameters [[code]](/Common%20Design%20Patterns/Behavioral/Command/Command.playground/Contents.swift)
45
45
-[**Interpreter:**](/Common%20Design%20Patterns/Behavioral/Interpreter/Interpreter.md) implement a specialized computer language to rapidly solve a specific set of problems
46
46
-[**Iterator:**](/Common%20Design%20Patterns/Behavioral/Iterator/Iterator.md) iterators are used to access the elements of an aggregate object sequentially without exposing its underlying representation [[code]](/Common%20Design%20Patterns/Behavioral/Iterator/Iterator.playground/Contents.swift)
0 commit comments