in reply to Re: Equivalency of Code
in thread Equivalency of Code
Is "equivalent" to this:my $foo = 1; # comment
As the library of normalization functions grows back towards (and past) what the original and now abandoned Perl::Compare implementation had, it is only really intended to factor out changes like:my $foo=1 ;
One idea was to let other people edit "your" code, while being certain that they haven't actually changed anything.'foo' ---> "foo" "foo$bar" ---> "foo${bar}"; etc... etc...
|
---|