[ZWeb] FinishedProductGuidelines of Proposals

R. David Murray bitz@bitdance.com
Sat, 12 Jan 2002 14:10:52 -0500 (EST)


On Fri, 4 Jan 2002, Thomas Guettler wrote:
> About "dtml Subdirectory":
> If there are several Classes in a python product,
> I suggest to have several dtml subdirectories:
>
> Class1-dtml
> Class2-dtml
>
> This makes it easier to read other peoples code

Personally, I use

dtml		(for non-Class dtml methods like add forms)
dtml/Class1/
dtml/Class2/

and try to have the name of the .dtml file be the same as the
method name in the Product code.  This makes it easier for me
to read my *own* code, much less someone else's <grin>.

Now, the question is where these suggestions should be directed,
and I don't know the answer to that.  Hopefully someone else on
this list will.

--RDM