Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 514 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 514 Bytes

Design Patterns

Projeto contendo alguns padrões de projeto utilizando a linguagem Java.

Patterns:

  • Behavior
    • Flyweight
    • Observable
    • Strategy
    • Template Method
  • Creational
    • Builder
    • Factory Method
  • Structural
    • Adapter
    • Bridge
    • Decorator
    • Facade
    • Proxy

Bibliografia:

  • Design Patterns: Elements of Reusable Object-Oriented Software. Gang of Four
  • Java Design Patterns: Reusable solutions to common problems.
  • Head First - Design Patterns.