Tips for creating a neat automated build scripts
Automated build scripts are like any other code that will require some maintenance and enhancements then and there. The scripts could be reused and altered to different projects or for the same project but how easy it is to do depend upon how clean and maintainable the script is. Here is a good article from IBM developerWorks “Automation for the people: Remove the smell from your build scripts” that gives few tips on writing a cleaner maintainable automated build scripts.
If you are new to build automation read my series of posts on Build Automation.











