Design Patterns Question:

Explain What is good design?

Tweet Share WhatsApp

Answer:

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.

Download Design Patterns PDF Read All 18 Design Patterns Questions
Previous QuestionNext Question
What is software quality?Explain What are 5 common problems in the software development process?