Re: Figuring out easier readonly interfaces

On Thu, Oct 17, 2013 at 10:15 AM, Anne van Kesteren <annevk@annevk.nl> wrote:
> Assuming the subclass has access to private state, that does not seem
> surprising to me. The superclass only provides getters, the subclass
> extends the superclass by providing setters.
>
> I.e. the subclass augments the readonly API with a write API.

Never mind, I forgot the earlier part of this thread and
http://en.wikipedia.org/wiki/Liskov_substitution_principle et al. My
bad. Using mixins or some such would be more suitable here.


-- 
http://annevankesteren.nl/

Received on Thursday, 17 October 2013 10:33:17 UTC