On Fri, Mar 15, 2002 at 01:46:57PM +0100, Asger K. Alstrup Nielsen wrote:
> The reason is simply that in many cases the problem
> is better solved by encapsulating the information in
> an object that all the stakeholders have access to.
> This is more maintainable over the long run.

I forgot to make the point for people who like to argue about theoretical
points:

Making everything into a object variable is like making it 'locally
global'. Suddenly much more functions (namely the other member functions of
the class) gain access to data that should be available to only to one
of them.

>From what I've heard, such a thing is Bad ;-)

Andre'

-- 
André Pönitz .............................................. [EMAIL PROTECTED]

Reply via email to