Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 189 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 189 Bytes

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 oparations.