We're working on setting up a customized ordering system which will need to be 
duplicated 
in many different variations depending on the customer's needs. We need to be able to 
quickly configure the system for  new customers, and do not expect the configs to 
change 
much after the initial setup. 

Rather than handling all the variations using conditional code based on a config file 
or 
table, I thought of trying to design the system so before each installation, we could 
automatically generate customized code (free of all the conditional clauses) based on 
the 
config options we specify. The purpose would be to optimize code performance by 
removing 
all the conditional code handling the many config variations, while still maintaining 
all 
code centrally.

Just wondering if anyone has done this and can offer any comments/pointers on how best 
to 
go about it...

Gene Kraybill
LPW & Associates
Mansfield, PA


------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to