http://www.perlmonks.org?node_id=486713


in reply to Re^3: Things I Don't Use in Perl
in thread Things I Don't Use in Perl

I guess I don't like code that reads:
$x = $y + $z; # delete all files if running as user wilbur
Bad names are bad names whether they are overloaded or not. If you can't trust your programmer to choose sensible times to overload an operator, why would you trust him in selecting subroutine names at all?
$x = fluffy_bunnies_are_cute($y,$z); # delete all files