On Oct 17, 2005, at 6:49 PM, Paul McNett wrote:

Something we need to consider is that we are now inconsistent in casing: referring to evt.row is more like a property interface and therefore there's an argument for making it evt.Row instead.

...Perhaps we should consider ditching the EventData dict and explicitly setting up properties in our dEvent class hierarchy.

I think that's overkill. There is no need for setter functionality, and all we need for the getter is to get the value.

I don't think that we should never be able to reference an attribute. That seems so Java-like. Properties have their place, but for things like this, it seems silly to waste time defining all those properties and accessing their getter methods when we could simply be accessing their values.


-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev

Reply via email to