melguin has asked for the wisdom of the Perl Monks concerning the following question:
I have subroutines that do searches, adds, edits, cataegorizing, etc., and thought of breaking up the code that way. However, it seems that in order to make it true OO each module should deal with making and modifying a data object. Is this true?
Also, if I'm doing a split into modules, is it best to go OO or should I break it another way?
melguin.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: OO code split
by chromatic (Archbishop) on Sep 12, 2001 at 03:11 UTC | |
Re: OO code split
by thpfft (Chaplain) on Sep 12, 2001 at 03:41 UTC | |
Re: OO code split
by bikeNomad (Priest) on Sep 12, 2001 at 05:26 UTC | |
Re: OO code split
by dragonchild (Archbishop) on Sep 12, 2001 at 16:29 UTC |