Ed Leafe wrote: > On May 14, 2007, at 10:27 PM, johnf wrote: > >> It's not a problem to switch the order of the call. But overall I >> think you >> are right - the programmer shouldn't have to worry about the order. > > I disagree. You should certainly understand the importance of order > in a class declaration when using multiple inheritance. In this case > it happened to not be critical, but in many others it would be.
Yes, you should understand the mro in multi-inheritance; however, in this case Dabo was intercepting the normal superclass calls and artificially changing normal behavior. So John saying "the programmer shouldn't have to worry about the order" is correct in this case. -- 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]
