Ben Sizer schrieb: > It also leads to support problems because when newbies ask questions > about their quickstarted code, you then have to ask them which type of > quickstarted code they're using. You already have optional auth and > this just adds 3x more variations. > > So personally I would vote for just a single quickstart, with or > without auth.
I completely agree with Ben on that. Another problem is that the quickstart templates are really one of the weakest parts of TG. It was like that in TG1 and it's the same in TG2. In TG1, we always wanted to refactor the template inheritance structure etc. but it was never done. It seems that it is already difficult to maintain one variant of the templates. If there are several variants, this will be much worse. What's much more important is to make the quickstart templates really good and useful. Every Python file should have a proper encoding hint and a module docstring at the top, every template should have XML comments explaining what it's good for. The __init__.py files should not just be empty, but at least contain a comment explaining what the package is good for, etc. The problem is not that there are too many files, but there are too many files whree you don't know what they're good for as a novice. -- Christoph --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

