On 3/7/06, Karl Guertin <[EMAIL PROTECTED]> wrote: > > On 3/7/06, Justin Johnson <[EMAIL PROTECTED]> wrote: > > The only difference would be the model.py would move to a models > > directory and controller.py would move to controller directory. At > > least that way it can scale and encourages good practice for newcomers. > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/misc.html#BIKESHED-PAINTING > > Preference is preference. I'm not about to argue the point.
It's not just a preference; it's about TG being scalable out of the box. Quickstart provides a 'static/' directory that's suitable for all but the most pedantic applications. Why not the same for controllers and models? Small applications will find controllers/__init__.py a very minor inconvenience. Large applications require it. -- Mike Orr <[EMAIL PROTECTED]> ([EMAIL PROTECTED] address is semi-reliable) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

