Skip to content

cs2901/design-command-alessiayi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command Design Pattern

Command pattern encapsulates a request as an object, thereby letting you parameterize other objects with different requests, queue or log requests, and support undoable operations.

TODO:

  • Using a command pattern implement RemoteControl to:
  • Living Room Turn Light on and off
  • Kitchen Room Turn light on and off
  • Ceiling Fan High and low
  • Garage door open and close
  • Stereo off and on

About

design-command-alessiayi created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages