http://www.perlmonks.org?node_id=605161


in reply to Re: RFR: Inside-out classes - a Class::InsideOut primer
in thread RFR: Inside-out classes - a Class::InsideOut primer

you contradicted yourself. preventing people from messing with the internals means they do not have to be aware of any hidden fields that are stored in the parent class. if they cannot mess with the internals, they do not need to be aware. it is not worrying about something that you are not able to do.

anyone who designs an api, they may set expectations. if the designer wishes you not to muck around with internals, that is his choice. he can promote that if he pleases. mistyping may not be a minor issue for some. typos create all kinds of bugs.

timtowtdi. appreciate all aspects of what people do and the reasons they do it. there are more opinions than facts in programming and software engineering.

  • Comment on Re^2: RFR: Inside-out classes - a Class::InsideOut primer

Replies are listed 'Best First'.
Re^3: RFR: Inside-out classes - a Class::InsideOut primer
by BrowserUk (Patriarch) on Mar 16, 2007 at 15:13 UTC
    there are more opinions than facts in programming and software engineering.

    Ain't that the truth. In life too I guess, but nowhere more evident that in programming.

    And there is a strange phenomena in CS/programming whereby the more plaudits an individual receives for their opinions, the more likely they (the individual), tend to view their own opinions as facts.


    Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
    "Science is about questioning the status quo. Questioning authority".
    In the absence of evidence, opinion is indistinguishable from prejudice.