How do you ensure quality of code ?

Answer Posted / ash

- Lots of unit testing (code should not break is first and
most imp part of code quality, +ve tests and -ve test with
code coverage)

- continuous integration with integration testing. (clean
separate machine)

- Pair programming or peer code review

- Best practice coding rules like uniform and descriptive
naming, commenting, using patterns if applicable, etc

- code review tools like fxcorp and other free ones available

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is mvc is a design pattern?

595


Is singleton an anti pattern?

587


What is the executor design pattern?

734


What is lexi design pattern?

716


What design pattern wrapper classes implement?

619






What is the builder pattern?

643


What is the factory pattern in the design pattern?

744


What is the design pattern?

641


Explain what is good design?

623


Which design pattern is mvc?

628


What are the design patterns you know explain?

595


Why should we not use singleton pattern?

575


What is use case in clean architecture?

624


What are the main types of concurrency design patterns?

585


Can we inherit singleton class?

610