Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Introducing MooseX::hasn't

by Arunbear (Prior)
on Apr 02, 2012 at 17:25 UTC ( [id://963069]=note: print w/replies, xml ) Need Help??


in reply to Introducing MooseX::hasn't

The link you posted doesn't work.
extends "Person"; hasn't name => (default => 'anon');
that reads like a contradiction. If it doesn't support the same operations as Person then in what sense does it extend Person? Or is this meant to be an Acme type module?

Replies are listed 'Best First'.
Re^2: Introducing MooseX::hasn't
by tobyink (Canon) on Apr 02, 2012 at 22:22 UTC

    The link you posted doesn't work.

    Thanks, fixed.

    If it doesn't support the same operations as Person then in what sense does it extend Person?

    See "Doesn't this break polymorphism?" in the FAQ.

    Or is this meant to be an Acme type module?

    Initially, yes, hence the release date. But I can see potential uses for it.

    perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'
      It breaks the inheritance contract, not polymorphism per se (I think you've got the two concepts confused). Polymorphism doesn't depend on inheritance, e.g. Roles enable polymorphism without inheritance.

        No, polymorphism doesn't depend on inheritance, and I never claimed that it did. Polymorphism is generally an expected outcome of inheritance though. There are clearly other ways of allowing polymorphism though - roles as you say; also mocking, delegation, etc.

        perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'

Log In?
Username:
Password:

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

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

    No recent polls found