in reply to Perl Code Quality
I found out in my experience, that if you are going to use lots of CPAN modules, you'd better encapsulate their functionality in your classes, at least for the most critical.
In this way, when some CPAN class changes the way it works over time, you are not going to be hurt for that, and you can always adapt (and improve) your code base.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl Code Quality
by steves (Curate) on Sep 25, 2004 at 12:49 UTC |