How do you ensure quality of code ?
Answers were Sorted based on User's Feedback
Answer / debi
We ensure quality of code by doing
1)Self code review
2)Peer to peer code review.
3)Adher to different coding standards
4)Follow best cdoing practices.
5)Ensure right code version by making CM audit check list.
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / sanjay
Testing (specially Unit testing) and peer code review
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / 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 |
Run us through your portfolio.
How might prototyping be used as part of the SDLC?
What is the builder pattern?
What do you mean by Design Thinking?
Is oop a design pattern?
What is meant by design pattern?
How would you improve the UX design of our product?
How to add CSS styles Styles to Elements with Particular Attributes?
What is the difference between factory and strategy design pattern?
2. Create your own definition of a system. Based on the “system” definitions a. Identify your viewpoint of shortcomings in the definitions. b. Provide rationale as to why you believe that your definition overcomes those shortcomings. c. From an historical perspective, identify three precedented systems that were replaced by unprecedented systems.
what is the difference between the Adapter Pattern and Proxy Patterns?its seems both are almost similar?
What is clean architecture?