Skip to content

BertovDev/CommandPattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple command pattern example

In this I implemented a simple use of Command Pattern which is Undo command. In this case I created the differents components of the pattern which are:

  • Client
  • Abstract command -> A simple interface with 2 methods
  • Invoker -> The assigned to store and execute the commands
  • Concrete Command - Inherid the abstract command and the ability to be executed.
  • Receiver
Screen.Recording.2024-04-12.at.2.37.21.PM.mov

https://www.canva.com/design/DAGCKfLMVSM/UHHkyTrlpk7rb2dc5qzHPQ/edit?utm_content=DAGCKfLMVSM&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages