Wednesday, December 23, 2009

Design pattern

disertakan info tentang design pattern for further reading...eg singleton design pattern -> restricts object creation for a class to only one instance.. selain singleton ada banyak lagi design pattern yg ada... selalunya any good object-oriented programmer memang dah guna teknik ni (cth Adapter, Bridge, Prototype, Abstract Factory) tapi tak sedar.

http://en.wikipedia.org/wiki/Design_pattern_(computer_science)
In software engineering, a design pattern is a general reusable solution to a commonly occurring problem in software design. A design pattern is not a finished design that can be transformed directly into code. It is a description or template for how to solve a problem that can be used in many different situations.

http://en.wikipedia.org/wiki/Design_Patterns_(book)

http://sourcemaking.com/design_patterns
http://en.wikipedia.org/wiki/Anti-pattern

Design Patterns Quick Reference
http://www.mcdonaldland.info/files/designpatterns/designpatternscard.pdf

No comments: