in reply to Re: designing layout of a program
in thread designing layout of a program
If logic does differ, but there is some untrivial overlap, factor out the common behavior to a module.Logic does differ, and there is a lot of non-trivial overlap which will be factored out into common modules moved up the ladder to app_lib. "sales" and "marketing" are just examples -- I will eventually have more than a dozen datasets. So, I could use load.pl --dataset <datasetname> or I could use <datasetname>.pl. Six of one, squareroot of 36 of the other. Or is it? Any gotchas that I need to plan for? Especially when using the OS scheduler (currently, my preference).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: designing layout of a program
by gaal (Parson) on Mar 29, 2006 at 19:15 UTC |