Skip to content

Instantly share code, notes, and snippets.

@matthewtrask
Last active March 18, 2016 13:23
Show Gist options
  • Select an option

  • Save matthewtrask/02d36d62c26353482a64 to your computer and use it in GitHub Desktop.

Select an option

Save matthewtrask/02d36d62c26353482a64 to your computer and use it in GitHub Desktop.
# Understanding Design Patterns with PHP
The MVC Pattern has long been a standard in PHP Development. But is it the best for everything? In this talk,
we will explore various types of design patterns, touching on a creational pattern such as the Factory method,
a behavioral pattern like the Strategy pattern and finally a structural pattern with an example from the
Decorator Pattern. I hope that by showing these patterns, it will give developers something new to think about
and open the possibilities of new applications being created in different ways.
@matthewtrask
Copy link
Author

Cool, thanks guys! I will change it up and see if I can make it more clear.

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