in reply to Re^2: general rule for using use
in thread general rule for using use
What you are trying to do? UNIT Testing or adding any new feature into the code?.
if UNIT Testing, better don't disturb the flow of the code, just test as it is.
if you are planning to add any new feature or if you want to re-engineer the entire code(since you don't like to load 800+ modules and you think it can be done in a simpler way), if you know the clear requirements, better write you own code which uses simple set of modules which meets your requirement(provided if you have time, if you don't have time, just understand the existing code base and find out why they have done like that, nothing would have been done for no reason, better note down drawbacks and do it later when you have time).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: general rule for using use
by drench (Beadle) on Apr 09, 2009 at 17:48 UTC |