Message: 3<br>
Date: Tue, 26 Jul 2011 09:34:34 -0500<br>
From: Jason Hsu <<a href="mailto:jhsu802701@jasonhsu.com">jhsu802701@jasonhsu.com</a>><br>
To: <a href="mailto:tclug-list@mn-linux.org">tclug-list@mn-linux.org</a><br>
Subject: [tclug-list] Critique my Swift Linux source code<br>
Message-ID: <<a href="mailto:20110726093434.ee307653.jhsu802701@jasonhsu.com">20110726093434.ee307653.jhsu802701@jasonhsu.com</a>><br>
Content-Type: text/plain; charset=US-ASCII<br>
<br> Jason Hsu:<br>
<br>
> What do you think of my source code?  I know I'm not finished with the 
changes I need to make, <br>> but is my code readable and maintainable?  Are 
you able to follow along with the way things work?<br>
<br>It looks like it is commented well.  Is Python an option for this?  <br><a href="http://magazine.redhat.com/2008/02/07/python-for-bash-scripters-a-well-kept-secret/">http://magazine.redhat.com/2008/02/07/python-for-bash-scripters-a-well-kept-secret/</a><br>
<br>I'd consider using a loop with the following:<br><pre><div><span># ssh-agent is now implemented.  Now it's time to download all repositories.</span></div><div><br></div><div>get_rep 0-intro</div>get_rep add_help<div>
get_rep apt</div><div>get_rep conky</div><div>get_rep control_center</div><div>get_rep iceape</div><div>get_rep icewm</div><div>get_rep installer</div><div>get_rep menu-update</div><div>get_rep mime</div><div>get_rep remove_languages</div>
<div>get_rep remove_packages</div><div>get_rep rox</div><div>get_rep security</div><div>get_rep slim</div>get_rep sylpheed<div>get_rep wallpaper-standard</div></pre><br>-- <br>Brian Wood<br>Ebenezer Enterprises<br><a href="http://webEbenezer.net" target="_blank">http://webEbenezer.net</a><br>
<br><br><br><br><br>