NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Proof Built Right In! (Score:2)
You've built proof of your point right into your examples for the second worst variable name ever. Your renamed code is not functionally identical to the original. You've replaced $total with $payable_total when it should have been replaced by $order_total. Specifically, this:
should translate to:
rather than
Hence proving why numbered variables are EVIL!
Reply to This
Re:Proof Built Right In! (Score:1)
PS: not that I think that $total2 is a good variable name!
Re:Proof Built Right In! (Score:1)