Skip to content

Instantly share code, notes, and snippets.

@Sihui
Last active October 11, 2017 21:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sihui/35f36967082b99910d336bf91f157375 to your computer and use it in GitHub Desktop.
Save Sihui/35f36967082b99910d336bf91f157375 to your computer and use it in GitHub Desktop.
Design Pattern: Command and Hotel Service
# a. We submitted our requests one by one to a concierge.
we.submit_request_to(concierge, 'dinner_room_service')
we.submit_request_to(concierge, 'laundry_service')
we.submit_request_to(concierge, 'travel_guide')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment