Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^3: Juerd, the overlooked (ORMs, Webapps)

by jettero (Monsignor)
on Jul 31, 2008 at 15:23 UTC ( [id://701449]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Juerd, the overlooked (ORMs, Webapps)
in thread Juerd, the overlooked (ORMs, Webapps)

Experimental like "(?{ code })" or experimental like pseudo-hashes? That's the question.

-Paul

  • Comment on Re^3: Juerd, the overlooked (ORMs, Webapps)

Replies are listed 'Best First'.
Re^4: Juerd, the overlooked (ORMs, Webapps)
by Arunbear (Prior) on Jul 31, 2008 at 17:30 UTC

      This argument extrapolated leads to "variables considered harmful" and is total bollocks. Indeed it can be problematic when you can assign arbitrary values to variables, with no validation whatsoever. That's also the basis of many programming languages, and programming would be very impractical without this.

      An object property is just a variable attached to the object. It's insane to treat it much differently.

      While value validation is a useful addition, it's not necessary. Many a time value validation means you're limited by the API designer's creativity, and gets in the way.

      Until we have Perl 6, I prefer to write code that isn't picky. Having tolerant code is not so bad as it looks, especially if you consider that making something non-picky afterwards is hard in Perl 5.

Re^4: Juerd, the overlooked (ORMs, Webapps)
by moritz (Cardinal) on Jul 31, 2008 at 15:56 UTC
    You question boils down to experimental like "not working reliably, and being marked experimental for the last two major releases" or experimental like "removed in newer perls"?

    I don't think lvalue subs have been removed in blead, so it's more likely the first option.

Re^4: Juerd, the overlooked (ORMs, Webapps)
by John M. Dlugosz (Monsignor) on Aug 05, 2008 at 07:05 UTC
    lvalue returns are orthodox in Perl 6, and with the trend to back-porting Perl 6 features to 5.x, I don't see them dropping it.

Log In?
Username:
Password:

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

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

    No recent polls found