Skip to content

Instantly share code, notes, and snippets.

@waspyfaeleith
Created July 27, 2016 13:09
Show Gist options
  • Save waspyfaeleith/f0c797c563c0391046a99214f51c55c0 to your computer and use it in GitHub Desktop.
Save waspyfaeleith/f0c797c563c0391046a99214f51c55c0 to your computer and use it in GitHub Desktop.

Lab

Today we looked at the Strategy pattern. There are many other patterns that developers have come up with that we can also use.

Choose one or more of the following patterns to investigate:

  • Factory
  • State
  • Command
  • Decorator
  • Facade
  • Observer
  • Chain of Responsibility

Create an example and write an explanation of it in your own words.

You can find good examples here: http://www.tutorialspoint.com/design_pattern/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment