what does build mean in coding
What happens in build process?
Basically, Build is the process of creating the application program
for a software release, by taking all the relevant source code files
and compiling them and then creating a build artefact, such as binaries
or executable program, etc.