> > Even if defined outside, within a module, the private name should always > be within reach. >
But then it's part of the external interface of the class (or object or whatever). You don't want to have to increase the surface area of your abstraction just to refactor out common implementation code. kevin
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

