in reply to To sub or not to sub, that is the question?
...and when to cut and paste code...
The idea of cut and paste code makes me shudder as it tends to create bugs very easily (speaking from experience), the checking and correction of which may well consume any time saved by the cut and paste operation. Fortunately I think it can often be avoided:
and something like that could easily be made into the program's main loop almost word-for-word, making the code self-documenting. </code>for each data file { check for bad data and skip file if found repair damaged data calculate statistics add to database add to report }
Finally, here's another good Monastery thread on this topic: When do you function? - I'm certain there are more.
--
I'd like to be able to assign to an luser
|
---|