On Jul 31, 2006, at 1:38 PM, Michael Babcock wrote:
Would you rather your UI look at a property on the bizobj interface
for a value, or call a bizobj function to get the value? Assume
that it's something that would only be called once or twice, not
repeatedly (as the case would be with something in a UI.refresh
event).
Is there a better choice, or is this "6 of one, 1/2 dozen of another?"
The important thing is that when you create your design, you define
an interface that will not be changing and use that for all inter-
object communication. Whether it is a property or a method call is
not that important; what is important is that you don't have objects
accessing implementation details.
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.