in reply to Factory classes in Perl
Basically, any time you write a package that instantiates different classes based on something, you should consider the factory pattern.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Factory classes in Perl
by Bod (Hermit) on Jan 11, 2021 at 22:52 UTC |