Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 904 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 904 Bytes

DesignPatterns

References:

  1. E. Gamma, R. Helm, R. Johnson, J. Vlissides. Design Patterns. Addison-Wesely, 1995.
  2. E. Freeman, E. Freeman, B. Bates, K. Sierra. Head First Design Patterns, O.Reilly Media Inc., 2004.
  3. M. Fowler. Patterns of Enterprise Application Architecture. Addison-Wesely, 2003.
  4. Web page: Object Oriented Design.
  5. Web page: martinfowler.com.
  6. Web page: design patterns @ dofactory.com.
  7. Web page: Projektowanie systemów komputerowych: notatki w internecie.
  8. Web page: Java Design Patterns – Example Tutorial.