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

Shall we use abstract classes or interfaces in policy / strategy design pattern?

684


Why do we need singleton pattern?

678


What is the creational design pattern?

711


What is aop design?

658


What is the difference between proxy and adapter?

682






Which design patterns have you used in your project ?

670


What are the design patterns you know explain?

684


What is factory method in design pattern?

651


What is clean architecture?

659


Is singleton a design pattern?

675


Give me example of observer design pattern?

720


Contact a small, medium, and a large contract program within your organization. Interview the Technical Director or Project Engineer to identify the following information: a. Request the individual to graphically depict their development strategy? b. What factors drove them to choose the implementation strategy? c. What were some of the lessons learned from developing and implementing the strategy that would influence their approach next time? d. How was the V & V strategy implemented?

2472


Explain what is good design?

713


What is proxy in design pattern?

698


Can we have this pattern implemented using static class?

689