|
The term “design patterns” sounds a bit formal to the uninitiated and can be
somewhat off-putting when you first encounter it. But, in fact, design patterns
are just convenient ways of reusing object-oriented code between projects and
between programmers. The idea behind design patterns is simple-- write
down and catalog common interactions between objects that programmers
have frequently found useful.
http://www.patterndepot.com/put/8/JavaPatterns.htm
created by freebooksandarticles on 2008-06-22 12:46:16
|
|