Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 269 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 269 Bytes

Command pattern

The Command Pattern encapsulates a request as an object, thereby letting you parameterize other objects with different requests, queue or log requests, and support undoable operations.