Answer Posted / sanjay sao
These few characteristics are signal of good design and
code:
1.Extensibility without drastic modification.
2.Good code is easy to read and maintain, and well
documented.
3.Expose clear interfaces to avoid bad coding and increase
reusability.
4.Easy to test.
5.Easy to debug.
6.No duplication (no redundancy).
7.Good code gets re-used.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is a behavioral design pattern?
What are the disadvantages of singleton pattern?
Why have we declared the instance reference volatile?
Can we use an equated value as operands for an MVC ? Reason for the same.
What are structural design patterns?
What are creational design patterns?
What is lexi design pattern?
What is the design pattern?
When singleton pattern is used?
What are the examples of the behavioral design patterns?
What is onion architecture?
What are the SDLC phases you have invloved ?
What is the use of design patterns?
What are the main types of concurrency design patterns?
Which design pattern is mvc?