in reply to Re^3: Moose: return null object
in thread Moose: return null object

Thank you for the information. I have asked myself the same question as the original poster. Probably because I also write in Java and a null object is pretty common there. This should certainly go into the Moose FAQ.

Replies are listed 'Best First'.
Re: Put it in the FAQ
by stvn (Monsignor) on Apr 19, 2011 at 12:08 UTC
    Probably because I also write in Java and a null object is pretty common there

    It is, but you will never see one returned from a constructor.

    -stvn