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 is use case in clean architecture?
Is singleton an anti pattern?
Describe the builder design pattern
What is architecture and what is design?
What are useful tools for developing and testing color schemes for web sites?
What is the difference between proxy and adapter?
Can we use an equated value as operands for an MVC ? Reason for the same.
What is the difference between factory and strategy design pattern?
What is the behavioral design pattern?
What are the types of the proxy design you will get in the design pattern?
What is mvp design pattern?
What is the prototype design pattern?
What is the design pattern?
What are the SDLC phases you have invloved ?
What design pattern wrapper classes implement?