> And I claim that long time maintainability will be better when you can
> easily determine how and when your variables is used.

Long term maintainability should be based on "things being obvious" i.e.
clear structure, small modules, _small interfaces_, _short code_.

Adding indiscriminately accessor functions does not help there, so I tend
to view them as a means to make broken designs a bit safer, not more.

Andre'

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

Reply via email to