How do you ensure quality of code ?

Answers were Sorted based on User's Feedback



How do you ensure quality of code ?..

Answer / debi

We ensure quality of code by doing
1)Self code review
2)Peer to peer code review.
3)Adher to different coding standards
4)Follow best cdoing practices.
5)Ensure right code version by making CM audit check list.

Is This Answer Correct ?    11 Yes 2 No

How do you ensure quality of code ?..

Answer / sanjay

Testing (specially Unit testing) and peer code review

Is This Answer Correct ?    4 Yes 1 No

How do you ensure quality of code ?..

Answer / 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

More Design Patterns Interview Questions

Explain three types of components comprise an application design?

0 Answers  


What WYSIWYG web design tools are available?

1 Answers   HP,


Design the Factory pattern and What is its application ?

1 Answers   HP,


Explain the singleton, facade, or handle class design pattern?

2 Answers   ABC,


what are design patterns..?what design patterns used in .net.

1 Answers  






What are the disadvantages of singleton pattern?

0 Answers  


What is singleton and factory pattern?

0 Answers  


In which application lifecycle phases is an application architecture produced?

1 Answers   Microsoft,


How to test the quality of design ?

1 Answers  


5.Develop an entity relationships diagram that identifies physical entity relationships.

0 Answers  


What is clean architecture?

0 Answers  


What is the difference between 3 tier and n tier architecture?

0 Answers  


Categories