A coworker and I are having a bit of an argument over whether or not multiple forms should be handled by a single source file. I'm a big fan of considering .c files to be objects, and trying to use an object-oriented approach to developing forms. However, he's right that handling related forms with a single .c file takes a lot less source code (though I'm not really convinced it's that much less object code).
So, I thought I'd ask here: What are the advantages/disadvantages to each approach? Have you regretted one extreme or the other? Is some comfortable middle ground (like related forms in a single .c) a better approach than either extreme? I'm willing to be convinced either way. Please let me know what you think. :) -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
