in reply to To use or not to use OO Perl
For interface sanity, clean encapsulation and maintenance purposes use OO, for run time speed use FP (functional programming), for implementation speed use Imperative programming, for fun use all of the above.
I have this feeling however that the "functional" approach you mean is really the "imperative" approach and not what most folks here would call "functional programming"
First they ignore you, then they laugh at you, then they fight you, then you win.
-- Gandhi
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: To use or not to use OO Perl
by FoxtrotUniform (Prior) on Oct 22, 2004 at 18:34 UTC | |
by demerphq (Chancellor) on Oct 22, 2004 at 19:05 UTC | |
by FoxtrotUniform (Prior) on Oct 22, 2004 at 19:12 UTC | |
|
Re^2: To use or not to use OO Perl
by SpanishInquisition (Pilgrim) on Oct 25, 2004 at 17:26 UTC | |
by demerphq (Chancellor) on Oct 25, 2004 at 18:18 UTC |