Command Pattern - MacKittipat/note-design-pattern GitHub Wiki

  • Encapsulate a request as an object, thereby letting you parameterize clients with different requests, queue or log requests, and support undoable operations.
  • Decouples an object, making a request from the one that knows how to perform it.