Anton wrote:
> John Reagan:
>
>
>>In 7185 Pascal, there isn't a language feature to protect/abstract
>>a record's implementation. Just lots of do***entation, honest
>>programmers, and code reviews.
>
>
> Honest progrmmers -- Great!
> Code reviews -- Good!
> Docs -- Hmmm, whad docs do you mean?
> if it's the standard Pascal site, then
> most of them are historical...
>
> Anton
>
>
No, the docs you write to give to your honest programmers telling then
which fields in the record are "public", which are "private", and what
you'll do to them if they cheat. You might want to use some naming
convention as an aid.
--
John


|