[SQLObject] Application Design Question
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Glenn R. <gru...@ed...> - 2011-12-10 23:10:14
|
I need help managing my project files. I've got over 120 class files each that have their own specific validation routines. Most of which are pretty tame, but some are pretty nasty. Anyways, I took a stab at a creating one .py file for each class, but it's turning out to be a mess of include statements. Going back to a single file makes for a HUGE file which is manageable, but annoying when searching for particular code. Anyways - I though I'd ask to see if there were any examples or resources out there that I could look at that would help me clean this up. Thanks, Glenn |