Cargando…

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
Clasificación:Libro Electrónico
Autor principal: Holub, Allen I.
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Berkeley : New York : Apress ; Distributed to the Book trade in the U.S. by Springer-Verlag, ©2004.
©2004
Colección:Expert's voice in software engineering.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
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.