Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Re: Re: I know this code could be better...

by jreades (Friar)
on Jun 21, 2001 at 01:16 UTC ( [id://90195]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: I know this code could be better...
in thread I know this code could be better...

Yes, but consider a change needing to be made down the line:

Q: "Hey petdance we're porting this script to Unix, can you make it run there too?"

A: "Sure, I'll just change the constant."

Q: "Hey what did you change in that script so that now it doesn't work on NT anymore?"

A: "Hmmmmm"

Ok, so the example is a stretch, but imagine the solution using a sub instead of a constant.

sub LINKS { if (sub_to_determine_OS() =~ /(Unix|Linux)/) { return "/u/jreades/links.txt"; } else { return "U:\jreades\nt_links.txt"; } }

And all of that requires exactly no changes to the rest of your application.

Yes, it is paranoid, but that doesn't mean they're not out to get you.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (3)
As of 2024-04-19 05:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found