in reply to Refactoring Perl #7 - Remove Assignments to Parameters
even after your update, you probably still want to change the main example in your post ... the initial code black already has the param assigned to a temp variable in the my $arg_ref = shift; line and demonstrates the spirit of the refactoring -- it should be your "post refactoring" example. Your "pre refactoring" example should have every line modifying $_[0] directly.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Refactoring Perl #7 - Remove Assignments to Parameters
by agianni (Hermit) on Aug 24, 2007 at 12:51 UTC |