Thursday, June 19, 2014

design patterns

singleton
object pool - re-use -save on obkect creation
factory

commands
chain of resp
iterator


punlicsh subscribe


gang of four patts - authors fo a book - 23 design patterns

Design Patterns: Elements of Reusable Object-Oriented Software
From WIKI:
Design Patterns: Elements of Reusable Object-Oriented Software is a software engineering book describing recurring solutions to common problems in software design. The book's authors are Erich Gamma, Richard Helm, Ralph Johnson and John Vlissides with a foreword by Grady Booch. The authors are often referred to as the Gang of Four, GoF,or Go4


Creational eg factory
Structural adaptor
berhaviour - iterator, command, chain, observer

No comments:

Post a Comment