A build tool is a programming utility
that is used when building a new version of a program. For example, make is a popular open
source build tool that uses makefile,
another build tool, to ensure that source files that have been updated (and files that are
dependent on them) will be compiled into a new version (build)
of a program.
This was last updated in January 2003
Dig Deeper
-
A recent study conducted by CAST used their Application Intelligence Platform to evaluate the structural quality of 365 million lines of code. In this interview with CAST’s chief scientist Dr. Bill Curtis, he discusses the study and what IT decision makers can do about technical debt.
-
In this first of a two-part series about code coverage, software consultant Mike Kelly explains code coverage and gives a specific example of how code coverage was calculated on a small program using the tool rcov for Ruby.
-
In this interview, consultant Lanette Creamer answers questions about how testers or others involved in software development can benefit from learning the language of programmers, even if they are not programmers themselves.
-
People who read this also read...
-
Resources from around the Web