is it possible to dividing up a class in multiple files?

Martin Höfling martin.hoefling at gmx.de
Mon Aug 7 10:57:10 EDT 2006


Thanks for your suggestions, precompiling is not an option, cause I 
can't introduce extra dependencies from a precompiler.

> Better yet is to not write huge classes and getting rid of strange
> conventions or views that make the problem appear as such. To explain that:
> I've never felt the need to spread a class over several files - au
> contraire, I despise Java for forcing me to only have one top level class
> per file.

You're probably right. I'll think about it if it's possible to move some 
stuff out of the class.

Thanks
	Martin



More information about the Python-list mailing list