On 12/6/10 10:56 PM, jorge.var...@gmail.com wrote:
My 0.02 cents on this.

 From many bad nights of chasing bugs with TurboGears' quickstart
command. Make it as simple as possible!

In TG it was decided to go the "Full project route" and then having
experience users delete what's not needed. Back then and still now I
think that's a bad idea because

a) most users will never delete anything for fear of breaking
something
b) most updates are painful because you need to diff the old project
with a newly "quickstarted project" which gives a lot of false
positives as you need to name your new temp package something
different (otherwise paster will complain)
c) it's a maintenance nightmare because you end up having stuff like
if sqlalquemy this else that, because if two subpackages need to write
to the same file it will get messy with paster.
d) overall you end up having to know every possible combination which
well does not scale at all.

This was a very, very useful list, thanks!

--Paul

--
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To post to this group, send email to pylons-de...@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en.

Reply via email to