Design patterns for dummies /
There's a pattern here, and here's how to use it! Find out how the 23 leading design patterns can save you time and trouble Ever feel as if you've solved this programming problem before? You -- or someone -- probably did, and that's why there's a design pattern to help this...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Hoboken, N.J. :
Wiley,
©2006.
|
Colección: | --For dummies.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Ch. 1. Congratulations, your problem has already been solved
- Ch. 2. Putting plans into action with the strategy pattern
- Ch. 3. Creating and extending objects with the decorator and factory patterns
- Ch. 4. Watch what's going on with the observer and chain of responsibility patterns
- Ch. 5. From one to many : the singleton and flyweight patterns
- Ch. 6. Fitting round pegs into square holes with the adapter and facade patterns
- Ch. 7. Mass producing objects with the template method and builder patterns
- Ch. 8. Handling collections with the iterator and composite patterns
- Ch. 9. Getting control of your objects with the state and proxy patterns
- Ch. 10. Coordinating your objects with the command and mediator patterns
- Ch. 11. Ten more design patterns
- Ch. 12. Ten easy steps to create your own patterns.