<div dir="ltr"><div><div><div><div><div>Less chance of bugs due to scoping errors<br></div>Easier to optimize (although you&#39;re going to pay a performance price for loading more scripts)<br></div>Easier to document ( scripts should carry their own documentation )<br>
</div>Easier to move to new systems ( you can test and modify smaller scripts individually)<br><br></div>My general rule of thumb is that once a bash script moves beyond about 500 lines, it&#39;s un-maintainable and should be rewritten in a more suitable language.  <br>
<br></div>-- CHS<br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jul 24, 2013 at 8:29 AM, leam hall <span dir="ltr">&lt;<a href="mailto:leamhall@gmail.com" target="_blank">leamhall@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Any supporting ideas for pushing the argument of &quot;Use lots of small scripts for a big task, instead of one large one&quot;?<br>
<br></div>So far my thoughts are:<br><br><br></div><div>Isolation of new, untested functionality<br>
</div><div>Ease of use when only one part of the task is required<br></div><div>Easier to introduce new programmers <br></div><div>Ease of maintenance since you don&#39;t have to look past one screen<br><br></div><div>Anything else?<br>

<br></div><div>Thanks!<span class="HOEnZb"><font color="#888888"><br><br>Leam<br></font></span></div><span class="HOEnZb"><font color="#888888"><div><div><div><br>-- <br><div><a href="http://leamhall.blogspot.com/" target="_blank">Mind on a Mission</a></div>

</div></div></div></font></span></div>
<br>_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
<br></blockquote></div><br></div>