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

. How do you manage timelines?

1 Answers  


Can any one suggest me the best institute for Software Design , Design Patterns and architecture in Hyderabad please. Thanks in Advance.

2 Answers   IBM, KPIT,


What are the most popular design patterns?

0 Answers  


Using any system, product, or service your organization provides, identify the human system roles for the product.

0 Answers  


What are the design patterns and How can they make life easier for software development ?

1 Answers   ABC, HP,






What is difference between GoF and J2EE patterns?

1 Answers   Accenture,


what are the creational design patterns

0 Answers   Infosys,


Can we inherit singleton class?

0 Answers  


What is Color Theory?

1 Answers  


What is difference between function oriented design and object oriented design?

0 Answers  


What are the differences between the design patterns and the framework?

0 Answers  


Give me example of chain of responsibility design pattern?

0 Answers  


Categories