Holub on Patterns: Learning Design Patterns by Looking at Code

The existing books on design patterns take a catalog approach, where they show the individual design patterns in isolation. This approach is fundamentally flawed, because you can't see how the design patterns actually function in the real world. Most programmers learn by looking at computer pro...

Descripción completa

Detalles Bibliográficos
Otros Autores: Holub, Allen. author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Berkeley, CA : Apress 2004.
Edición:1st edition
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009628671506719
Tabla de Contenidos:
  • 1 Preliminaries: 00 and Design Patterns 101
  • 2 Programming with Interfaces, and a Few Creational Patterns
  • 3 The Game of Life
  • 4 Implementing Embedded SQL
  • Appendix A Design-Pattern Quick Reference
  • Creational Patterns
  • Abstract Factory
  • Builder
  • Factory Method
  • Prototype
  • Singleton
  • Structural Patterns
  • Adapter
  • Bridge
  • Composite
  • Decorator
  • Facade
  • Flyweight
  • Proxy
  • Behavioral Patterns
  • Chain of Responsibility
  • Command
  • Interpreter
  • Iterator
  • Mediator
  • Memento
  • Observer (Publish/Subscribe)
  • State
  • Strategy
  • Template Method
  • Visitor.