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
Is singleton bean thread safe?
what are the creational design patterns
Describe the builder design pattern
Is dependency injection a design pattern?
Explain what are 5 common problems in the software development process?
Can we inherit singleton class?
Can we make the reference instance non static?
What is the gang of four design pattern?
when performing a functional test on a phone calculator,if pressing on a button does not function what do i do next
What is aop design?
What is the difference between 3 tier and n tier architecture?
What is a behavioral design pattern?
Using any system, product, or service your organization provides, identify the human system roles for the product.
What is difference between function oriented design and object oriented design?
What are structural design patterns?