Python Scalability

Evan Simpson evan at tokenexchange.com
Mon May 24 17:28:23 EDT 1999


[Alex comments on the practice of adding a method to many classes]

Is the original author aware of the nifty-keen Python feature of mixin
classes?  Can't tell for sure from the information given, but they might be
perfect, if you just need to side-car an interface onto a bunch of unrelated
classes.  Makes it quite easy to test for interface-compliance, too.






More information about the Python-list mailing list