[Mailman-Developers] Coding Style Question

Barry A. Warsaw barry@python.org
Mon, 5 Aug 2002 14:56:50 -0400


>>>>> "JE" == Joshua Eichen <joshuae@bitmine.net> writes:

    JE> Hi, I'm writing a patch for mailman 2.1 and I was wondering if
    JE> I have three levels of class inheritance before I change the
    JE> mailing list class to inherit from derivative class if I
    JE> should put those classes in one file or three?

Personally, I like a one-class-per-file-rule, but it depends on how
big the classes are, and whether they're typically used together, or
whether some aren't intended for public consuption.

-Barry