Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^4: Things I Don't Use in Perl

by Anonymous Monk
on Aug 25, 2005 at 19:46 UTC ( [id://486713]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://486713]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (1)
As of 2024-04-25 05:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found