#95 Updated and clarified Command pattern example
This commit is contained in:
@ -299,7 +299,7 @@ A programming idiom is a means of expressing a recurring construct in one or mor
|
||||
## <a name="command">Command</a> [↑](#list-of-design-patterns)
|
||||
**Intent:** Encapsulate a request as an object, thereby letting you parameterize clients with different requests, queue or log requests, and support undoable operations.
|
||||
|
||||

|
||||

|
||||
|
||||
**Applicability:** Use the Command pattern when you want to
|
||||
|
||||
|
Reference in New Issue
Block a user