Design Patterns Examples In this repository I will put some design patterns examples All examples addressed here were withdrawn from this book, Engenharia de Software Moderna. The patterns discussed here are: Creational patterns Factory Singleton Structural patterns Proxy Adapter Facade Decorator Behavioral patterns Strategy Observer Template Method