peter koch <peter.koch.larsen@[EMAIL PROTECTED]
> writes:
> On 10 Apr., 11:00, Kelsey Bjarnason <kbjarna...@[EMAIL PROTECTED]
> wrote:
>>
>> I take it the term "maintenance programmer" means nothing to you.
> I have maintained some pretty horible code in my lifetime, with
> functions that were often in the order of 500 lines and now and then
> in the thousands. I dont remember having had serious problem figuring
> out whether a function did or did not modify its parameters.
Much as I think the other poster is breaking records in c.l.c for being
a big headed know all, I must concur with him that the notation leaves a
lot to be desired. I for one must assume that your maintenance of other
peoples code is minimum since the C++ reference notations leaves a LOT
to be desired when reading the code. I have to agree with Kelsey - at
the top level you really have NO idea what is happening to the
variables. We wont even get into operator overloading and people abusing
that. it#s certainly nigh on impossible to read C++ code from a printout
unless you have the brain and recall abilities of a super computer.