A daily build is the practice of each day doing a software build of the latest version of a program so it can be tested to show no computer bug have been introduced. In this context a build is the result of compiling and linking all the files that make up a computer program. The use of such disciplined procedures as daily builds is particularly necessary in large organizations where many programmers are working on a single piece of software.
=External Links=
*[
http://www.stevemcconnell.com/bp04.htm IEEE Best software practices at Steve-Connell]
*[
http://www.joelonsoftware.com/articles/fog0000000023.html Joel-on-software]