1.

What Exactly Are The Units Of Executable Codes In The Build Environment?

Answer»

They are generally considered as Tasks. Their basic application is to assist the developers while building the build operations. A task can have or it can COMPILE simply an input file. Developers can also consider the same for running an external tool which is required at many stages. The BIGGEST benefit of Tasks is they can be reused again and again. Developers can also share them without any restriction in the DIFFERENT PROJECTS.

They are generally considered as Tasks. Their basic application is to assist the developers while building the build operations. A task can have or it can compile simply an input file. Developers can also consider the same for running an external tool which is required at many stages. The biggest benefit of Tasks is they can be reused again and again. Developers can also share them without any restriction in the different projects.



Discussion

No Comment Found