VISUAL BASIC

INTRODUCTION TO NET

APPLICATION DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which four items can be related to a code merge review request in Oracle Developer CloudService?
A
An issue in the issue tracking system
B
Code reviewers
C
A build process
D
Branches of your code
E
A deployment configuration
Explanation: 

Detailed explanation-1: -Git pull or merge requests work by enabling developers to make new features or kill bugs without altering the project’s main code or what the users see. Thus, developers can write and test code changes in a local environment without worrying about ruining the overall product.

Detailed explanation-2: -Oracle Developer Cloud Service supports a complete development lifecycle providing features for planning, coding, packaging, testing, releasing and deploying software.

Detailed explanation-3: -A pull request – also referred to as a merge request – is an event that takes place in software development when a contributor/developer is ready to begin the process of merging new code changes with the main project repository.

Detailed explanation-4: -Requirements. Before starting the review, I try to find the requirements that led to the merge request. Testing. Test coverage is important. Naming. I carefully consider the naming for all classes, tests, and functions. Commenting. Commit messages. Style.

There is 1 question to complete.