> Any suggestions?  On the one hand we could have a src file for every form,
> but that seems excessive.  We are also considering the possibility of
> creating logical or functional groups of forms that would share a src file
> for each group, such that the total number of c files (not including
> database files) would be kept to 3 or 4.

Two big reasons for going with more source files relate to source code
control.  With more files, its less likely that multiple developers will be
changing the same file simultaneously, so you'll get fewer conflicts.  Also,
with more files, you get better change granularity in the source code
control database and you have a better feel for what parts of the
application are changing.  With a good IDE that does cross referencing (like
CodeWarrior), there isn't a compelling reason to not split things into
separate files.



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to