5 Rules to writing portable build scripts
A good build script should be self-contained, self-booting and portable. You should be able to check it out of source control and run it. No buts. Period. The rules (or tips) that follow should be self-evident and applied everywhere. Unfortunately, they are not. The following “rules” are based on issues I’ve encountered in existing real-world build scripts.
Continue reading over at dzone...
