Search This Blog

Sunday, February 14, 2010

First Code Smells, now Build Smells

Continuous Integration: Improving Software Quality and Reducing RiskRemove the smell from your build scripts
  • IDE-only builds
  • Copy-and-paste scripting
  • Long targets
  • Large build files
  • Failing to clean up
  • Hard-coded values
  • Builds that succeed when tests fail
  • Magic machines
  • A lack of style

No comments:

Post a Comment