Lawrence D'Oliveiro a écrit :
In message
<[EMAIL PROTECTED]>, HCB
wrote:

The book "Code Complete" recommends that you put only one class in a
source file ...

That would only apply to languages like C with no namespace control.

classes in C ?-)

OTHO, 'one class per file' is a standard idiom in Java and IIRC in C++ (which both have namespaces one way or another)
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to