Opinions please -- how big should a single module grow?

python at bdurham.com python at bdurham.com
Fri Jul 9 08:47:46 EDT 2010


Steven,

Interesting question. I've seen even small modules (in terms of
code size) grow quite large with embedded documentation,
developer comments, and unit tests. The unit tests can be split
to another module.

Sometimes classes can be artificially split into separate classes
(and thus split across modules) and then combined through
inheritance or aggragration.

And yes, I recognize I haven't answered your original question :)

Malcolm
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20100709/574c15ec/attachment-0001.html>


More information about the Python-list mailing list