Command Design Pattern

Go back

Aliases πŸ“Œ: None

Description πŸ“š: we encapsulate commands or actions in a separate class allowing each of its clients to parameterize it or, reuse it, or to use it in a specific way.

Advantages βœ…

  • Better code logic

Disadvantages 🚫

  • ???

Notes πŸ“

  • None