in reply to Multiple tasks in same_script, or multiple_scripts?

Your question is fairly vague, so I'll recommend you put the common code in modules even if you do it all in a single script and leave it at that. Separate the logic from the frontend and they'll both be more maintainable. After that, the decision between a single do-all script and multiple specialized ones becomes more of a question of preference and possibly requirements.

Makeshifts last the longest.

  • Comment on Re: Multiple tasks in same_script, or multiple_scripts?