in reply to
Re: Naming Subs
in thread
Naming Subs
What's the point in creating dozens of single method classes to look up through a hash? You are basically creating a dispatch hash, except with extra buzzword compliance by jumping through a useless OO hoop first.
Makeshifts last the longest.
Comment on
Re^2: Naming Subs
Replies are listed 'Best First'.
Re: Re^2: Naming Subs
by
Anonymous Monk
on Jan 14, 2003 at 21:00 UTC
simple, it's more organized and less code to write.
[reply]
In Section
Seekers of Perl Wisdom