Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: Should I use Fields, InsideOuts, or Properties?

by djp (Hermit)
on Jul 08, 2005 at 04:00 UTC ( [id://473318]=note: print w/replies, xml ) Need Help??


in reply to Re: Should I use Fields, InsideOuts, or Properties?
in thread Should I use Fields, InsideOuts, or Properties?

That's (a) disgusting, and (b) largely useless, since it won't catch $hashref->{tipo};.

Replies are listed 'Best First'.
Re^3: Should I use Fields, InsideOuts, or Properties?
by dmitri (Priest) on Jul 08, 2005 at 13:18 UTC
    The whole point is not to use quoted or literal strings for hash keys, but make yourself use constants and force compile-time check by placing parentheses around them.

    One added benefit of such approach is that if you want to change the actual key value, you only have to change it in one place.

Log In?
Username:
Password:

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

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

    No recent polls found