categorizing traits objects

John.Maloney at Eng.Sun.COM John.Maloney at Eng.Sun.COM
Fri Oct 8 17:34:29 UTC 1993


I think our experience suggests that even something that
seems simple like "breadth first search" can sometimes
result in unexpected behavior, especially for "resends".
Furthermore, I believe it makes programs more readable
to make the programmer's intent explicit when different
methods for the same message are inherited via several
parents. It is easy to write forwarding methods of the
form: "foo = (parent1.foo)" to accomplish this. So far,
we have encountered a situation where more than a few
such methods were required.

	-- John





More information about the Self-interest mailing list