0 votes
in Agile by

How can one ensure that code adheres to the good coding standards?

It can be checked against the coding standards for the technology used by the similar project

Code has to be reviewed by the technical expert of the team

Code has to pass though the static code analysis w/o any violations

Code has to be self-reviewed to verify coding standards against a documented checklist

1 Answer

0 votes
by

Code has to pass though the static code analysis w/o any violations

Related questions

+1 vote
asked Jun 17, 2019 in JAVA by reins.robin
0 votes
asked Jan 27, 2020 in Agile by rajeshsharma
...