InterviewSolution
| 1. |
What Is The Benefit Of Grouping The Targets In The Logical Sections? |
|
Answer» This always makes SURE of better readability and enables expansion RELATED to the applications. BUILD can easily be divided into STEPS with the help of same. This makes it easy for the developers to understand the project by having a better view of the same. There is no need to copy the entire section of the code for performing some REPEATABLE tasks. It is possible to create targets that need building of reference and need to be deployed for other tasks. This always makes sure of better readability and enables expansion related to the applications. Build can easily be divided into steps with the help of same. This makes it easy for the developers to understand the project by having a better view of the same. There is no need to copy the entire section of the code for performing some repeatable tasks. It is possible to create targets that need building of reference and need to be deployed for other tasks. |
|