Difference between revisions of "Software build"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "In the field of software development, the term '''build''' is similar to that of any other field. That is, the construction of something that has an observable and tangibl...")
 
 
(2 intermediate revisions by the same user not shown)
Line 11: Line 11:
 
* [[Build automation]]
 
* [[Build automation]]
 
* [[DevOps]]
 
* [[DevOps]]
 +
* [[Test automation]]
 +
* [[Software versioning]]
  
 
== External links ==
 
== External links ==
Line 17: Line 19:
  
  
[[Category:Computer science]]
+
 
 +
[[Category:Software development]]
 +
[[Category:Software engineering]]

Latest revision as of 20:01, 18 September 2016

In the field of software development, the term build is similar to that of any other field. That is, the construction of something that has an observable and tangible result.

Description

Historically, build has often referred either to the process of converting source code files into standalone software artifact(s) that can be run on a computer, or the result of doing so.

However, this is not the case with technologies such as Perl, Ruby or Python which are examples of interpreted languages.

See also

External links