Computer Science, asked by kdmsta, 10 months ago

What do you think is the most effective way to ensure that code adheres to good coding standards? Select the correct option(s)

O The code should pass all the unit test cases.

O The code has to be reviewed by the technical expert of the team.

O The code has to pass through static code analysis without any violations.

O The code has to be self reviewed against a documented checklist

Answers

Answered by PalakVerma1
34

Hey dear,

The correct option is 1st, i. e.,

" The code should pass all the unit test cases".

Hope helped....

Plz mark as brainliest if the answer proves to be helpful....

Be Brainly...

✌✌


PalakVerma1: Thanks... ^_^
Answered by sailorking
6

Answer:

According to the question the answer is "The code should pass all the unit test cases." When there is a development of a software, at that moment there are many small programs, which are developed by coders and, after they are created, those programs are attached together to make a full working system.

Explanation:

Before the small portions of codes are integrated into a single module, the programs are individually tested, known as unit testing, where tester checks whether the piece of code is giving the correct output at all scenarios or not.

Similar questions