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 design pattern wrapper classes implement?
What are the most commonly used design patterns?
Why have we declared the instance reference volatile?
what are the creational design patterns
Write the code for a singleton class?
What are the additional productivity features and enhancements included with Quartus II software version 6.0?
Where should we use singleton design pattern?
What is factory method in design pattern?
What is lexi design pattern?
How did you design your unit tests?What about integration tests?
Why should we not use singleton pattern?
What is a lazy initialization in singleton?
What are the most important software design patterns?
What is mvp design pattern?
What is the use of repository pattern?