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
Shall we use abstract classes or interfaces in policy / strategy design pattern?
Why do we need singleton pattern?
What is the creational design pattern?
What is aop design?
What is the difference between proxy and adapter?
Which design patterns have you used in your project ?
What are the design patterns you know explain?
What is factory method in design pattern?
What is clean architecture?
Is singleton a design pattern?
Give me example of observer design pattern?
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?
Explain what is good design?
What is proxy in design pattern?
Can we have this pattern implemented using static class?