in reply to A question about method return values and error checking

I think it's another perspective of the 'return error code vs throw an exception' debate and not just a matter of instead of returning undef upon error, to return another true holding value
  • Comment on Re: A question about method return values and error checking