Em Sexta 13 Outubro 2006 20:55, Jorge Vargas escreveu:
>
> and they will say model.py controller.py and templates?!?

Yes.  And templates are exactly the view: the minimum python that is possible.  
This is what the MVC paradigm proposes. 

> of course each project is different. but as you said each project will
> grow it's own way.

And then get a useless file, as with json.py today...

> I don't see why it's vague. "here you put all your view related code",
> is as vague as controller.py

"So I should use 'view.py' or the 'templates' directory?  Why there's two 
while there's only one thing for model and controller?"

> > c) Lots of docs would probably have to be changed
>
> not really, only the widgets and json related, from which the only one
> that's written is the json stuff.

Why change widgets docs?  Widgets doesn't need anything inside the project.  
Custom widgets do, but that's not what is common to each and every project.

Quickstart should focus on common things.  Specific or too advanced things 
should be done manually by the developer.  One can, of course, create some 
extension that could be used as a complementary template for those things, 
but it should not be standard, IMHO.


-- 
Jorge Godoy      <[EMAIL PROTECTED]>


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" 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-trunk
-~----------~----~----~----~------~----~------~--~---

Reply via email to