[squeak-dev] Overrides. Evil. Need to do something with it.

Stéphane Rollandin lecteur at zogotounga.net
Wed May 5 13:55:33 UTC 2010


> myMethod
>    <doNotOverride>

> What you think?

It seems to me that this is half-way from proper defining of an API.
Why not be more explicit by specifying which API relies on that method, 
like:

myMethod
   <API: myGreatApp>

This would imply that it should not be overidden, but then if the user 
wants to override it nonetheless he would know what API he is messing up 
with.

Stef








More information about the Squeak-dev mailing list