Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^5: Perl Best Practices for naming variables (sv, av, hv)

by Anonymous Monk
on Nov 09, 2012 at 04:49 UTC ( [id://1003060]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Perl Best Practices for naming variables (sv, av, hv)
in thread Perl Best Practices for naming variables

Maybe, though array-value/hash-value/scalar-value don't sound as good as array-ref/hash-ref/scalar-ref -- but definitely better than ref-array/ref-hash/ref-scalar
  • Comment on Re^5: Perl Best Practices for naming variables (sv, av, hv)

Replies are listed 'Best First'.
Re^6: Perl Best Practices for naming variables (sv, av, hv)
by tye (Sage) on Nov 09, 2012 at 05:00 UTC

    But ar, hr, and sr aren't any more recognizable than ra, rh, and rs (probably worse because, especially hr and sr, they are too recognizable as something else). I think aref, href, and sref would work fine. But if I want a prefix half that long, I'm going with av, hv, and sv. :)

    - tye        

      they are too recognizable as something else

      :) I don't have much in the way of cultural bias, but I am biased against calling a reference a value -- sure its a value, sure its common in perlapi/perlxs , but not in the perldata...

Log In?
Username:
Password:

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

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

    No recent polls found