> I'm really trying not to sound too preachy here (it's hard :-) )  
> but keeping lot's of classes inside a single file is just ... bad  
> practice.

Spoken like a true Java person.

Its not at all bad practice in Python.  Its very common and "flat is  
better than nested" is generally accepted as a mantra in the Python  
world.  Take a look at the Python standard library, and tell me if  
you still think its true :)

I am also not trying to sound preachy, but I thought that this needed  
clarification.

> Nobody is complaining about the static directory.

Of course not.  You can't put a bunch of images in one file, can  
you?  You can't put a bunch of templates into one file, can you?   
Totally different things, IMO.

I still stand behind my +1 for controllers being a package, and -1  
for models being a package.

--
Jonathan LaCour
http://cleverdevil.org



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to