Libraries: Command - behavioral design pattern

 

Command - behavioral design pattern:

Encapsulate a request as an object thereby letting you parameterize clients with different requests. Queue or log requests, and support undoable operations

Author: DMITRII PECHERITSA

Reason: