Patterns in Perl
13
Strategy
Same API, different algorithms
Let the caller pick one
For example, GUI layout algorithms
Tk::grid
,
Tk::pack
,
Tk::Tiler
, etc.
Like factory, same API for all subclasses
But caller picks, not the factory
< < Previous
|
Index
|
Next >>
Copyright © 2005-2006 David Rolsky