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
What are the differences between the design patterns and the framework?
4. Identify and bound the SOI’s Operating Environment.
What are creational design patterns?
Why have we declared the instance reference volatile?
Can you explain singleton pattern?
What is use case in clean architecture?
Write the code for a singleton class?
What are the most important software design patterns?
Did you use ooa/ood methodologies? Did you use design patterns?
What is aop design?
when performing a functional test on a phone calculator,if pressing on a button does not function what do i do next
Is singleton bean thread safe?
Shall we use abstract classes or interfaces in policy / strategy design pattern?
Can we inherit singleton class?
How did you design your unit tests?What about integration tests?