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

...