Andre Poenitz <[EMAIL PROTECTED]> writes:

| > 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_.

I agree with this.
 
| 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.

and disagree with this.

and what is this about "indiscriminately"? I am not saying that all
variables should have accessors, only those that needs to be
accessed from the outside.

-- 
        Lgb

Reply via email to