johnf wrote: > And one other thought :-) I often have trouble (without looking at the code) > determining if the object is a property or an attribute. I think in general > you guys have moved away from attributes. But I can recall in the beginning > running into the problem.
You shouldn't ever have trouble knowing if its a property or attribute. If it starts with lower case and isn't a method, it's an attribute. If it starts with upper case, either it is already a property or is intended to be a property but that boring work hasn't been done yet (if you find any of these, please let us know). -- pkm ~ http://paulmcnett.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]
