Hi, This is probably a silly question, but here goes anyway. I am working on my first large (for money) Zope project. I have created a folder for the entire project, but have found that I am getting so many objects in the root folder to the project that it is becoming hard to manage. My first inclination is to create sub-folders for each type of object (e.g., SQLMethods and connections, forms, images, etc.) but something tells me this is not a good plan. What organizational schemes have you found that work well for you? Thanks for your input! BTW: I'm still looking for assitance on a SQL problem I posted a few days ago. -- Stand Fast, tjg. Timothy Grant tjg@exceptionalminds.com Chief Technology Officer www.exceptionalminds.com Red Hat Certified Engineer office (503) 246-3630 Avalon Technology Group, Inc. fax (503) 246-3124
>>>>Exceptional Minds, Innovative Products<<<<<<<<<<
Timothy Grant wrote:
My first inclination is to create sub-folders for each type of object (e.g., SQLMethods and connections, forms, images, etc.) but something tells me this is not a good plan.
Moving things into subfolders is my inclination, but be aware of that you may have problems calling your methods as detailed in the thread I started recently on "Namespace problem". ------------------------------------------------------ Andres Corrada-Emmanuel Email: andres@corrada.com Owner http://www.corrada.com/mamey Mamey Phone: (413) 587-9595 ------------------------------------------------------
participants (2)
-
Andres Corrada -
Timothy Grant