Loading…

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...

Full description

Bibliographic Details
Call Number:Libro Electrónico
Main Author: Holub, Allen I.
Format: Electronic eBook
Language:Inglés
Published: Berkeley : New York : Apress ; Distributed to the Book trade in the U.S. by Springer-Verlag, ©2004.
©2004
Series:Expert's voice in software engineering.
Subjects:
Online Access:Texto completo (Requiere registro previo con correo institucional)
Table of Contents:
  • 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.