Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^7: What's wrong with Perl 6?

by kyle (Abbot)
on May 14, 2007 at 15:29 UTC ( [id://615355]=note: print w/replies, xml ) Need Help??


in reply to Re^6: What's wrong with Perl 6?
in thread What's wrong with Perl 6?

Being able to see the variables is good, but the other benefits you mention sort of went out the window with references. Some $foo might be a simple scalar, as the sigil implies, but it might also be the gatekeeper to a huge complex data structure, which may or may not be an object. We have ref and Scalar::Util::blessed to help figure that out at run time (thank goodness), but those don't help at comprehension time. It's hard to look at any code that's heavy in objects and get a sense of what some $foo really is if it doesn't have a good name.

Log In?
Username:
Password:

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

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

    No recent polls found