Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Command Pattern

Allows decouple a sender from a receiver. The sender will talk to the receive through a command. Commands can be undone and persisted.

Command