Re: Best practice in organize classes into modules

2009-01-09 Thread Bruno Desthuilliers
Steven Woody a écrit : On Fri, Jan 9, 2009 at 4:54 PM, Bruno Desthuilliers wrote: Steven Woody a écrit : On Fri, Jan 9, 2009 at 1:02 PM, James Mills wrote: On Fri, Jan 9, 2009 at 2:57 PM, Steven Woody wrote: In C++/Java, people usually put one class into one file. What's the suggestion on

Re: Best practice in organize classes into modules

2009-01-09 Thread Steven Woody
On Fri, Jan 9, 2009 at 4:54 PM, Bruno Desthuilliers wrote: > Steven Woody a écrit : >> >> On Fri, Jan 9, 2009 at 1:02 PM, James Mills >> wrote: >>> >>> On Fri, Jan 9, 2009 at 2:57 PM, Steven Woody >>> wrote: In C++/Java, people usually put one class into one file. What's the sugg

Re: Best practice in organize classes into modules

2009-01-09 Thread Bruno Desthuilliers
Steven Woody a écrit : On Fri, Jan 9, 2009 at 1:02 PM, James Mills wrote: On Fri, Jan 9, 2009 at 2:57 PM, Steven Woody wrote: In C++/Java, people usually put one class into one file. What's the suggestion on this topic in Python? I so much interesting this especially when exception classes

Re: Best practice in organize classes into modules

2009-01-08 Thread Steven Woody
On Fri, Jan 9, 2009 at 2:52 PM, Steve Holden wrote: > Chris Rebert wrote: >> On Thu, Jan 8, 2009 at 9:09 PM, Steven Woody wrote: >>> On Fri, Jan 9, 2009 at 1:02 PM, James Mills >>> wrote: On Fri, Jan 9, 2009 at 2:57 PM, Steven Woody wrote: > In C++/Java, people usually put one class in

Re: Best practice in organize classes into modules

2009-01-08 Thread Steve Holden
Chris Rebert wrote: > On Thu, Jan 8, 2009 at 9:09 PM, Steven Woody wrote: >> On Fri, Jan 9, 2009 at 1:02 PM, James Mills >> wrote: >>> On Fri, Jan 9, 2009 at 2:57 PM, Steven Woody wrote: In C++/Java, people usually put one class into one file. What's the suggestion on this topic in Py

Re: Best practice in organize classes into modules

2009-01-08 Thread Chris Rebert
On Thu, Jan 8, 2009 at 9:09 PM, Steven Woody wrote: > On Fri, Jan 9, 2009 at 1:02 PM, James Mills > wrote: >> On Fri, Jan 9, 2009 at 2:57 PM, Steven Woody wrote: >>> In C++/Java, people usually put one class into one file. What's the >>> suggestion on this topic in Python? I so much interestin

Re: Best practice in organize classes into modules

2009-01-08 Thread Steven Woody
On Fri, Jan 9, 2009 at 1:02 PM, James Mills wrote: > On Fri, Jan 9, 2009 at 2:57 PM, Steven Woody wrote: >> In C++/Java, people usually put one class into one file. What's the >> suggestion on this topic in Python? I so much interesting this >> especially when exception classes also involved. >

Re: Best practice in organize classes into modules

2009-01-08 Thread James Mills
On Fri, Jan 9, 2009 at 2:57 PM, Steven Woody wrote: > In C++/Java, people usually put one class into one file. What's the > suggestion on this topic in Python? I so much interesting this > especially when exception classes also involved. Normally i group related functionality into the one modul

Best practice in organize classes into modules

2009-01-08 Thread Steven Woody
Hi, In C++/Java, people usually put one class into one file. What's the suggestion on this topic in Python? I so much interesting this especially when exception classes also involved. Thanks. - narke -- http://mail.python.org/mailman/listinfo/python-list