in reply to Re: OO design: returning string and/or special value
in thread OO design: returning string and/or special value

Scalars should be objects because?
  • Comment on Re^2: OO design: returning string and/or special value

Replies are listed 'Best First'.
Re^3: OO design: returning string and/or special value
by pwagyi (Monk) on Oct 10, 2019 at 09:24 UTC
    Since OP does not specify anything, I'm making assumption, anything non-simple SCALAR (number/string) should be already objectified if OP is using OOD approach.