Re: OOP or functional?
[prev]
[thread]
[next]
[Date index for 2005/04/02]
According to Benchmarks in the mod_perl books, the speed of execution
was not significantly slower
Couples with the reusability, extensibility, and faster integration of
oop style code, i went for OOP
On Apr 2, 2005, at 8:29 AM, Octavian Rasnita wrote:
> Hi,
>
> As a general idea, what way do you suggest to create the modules that
> will
> be used with mod_perl?
> Using the functional style (with the Exporter module), or using the
> object
> oriented style?
>
> I am asking this because I want to maximize the speed of the
> execution, and
> I know that the OOP way might be slower.
>
> Thank you.
>
> Teddy
>
 |
 |
Re: OOP or functional?
jonathan vanasco 17:10 on 02 Apr 2005
|