What is 'good design'?

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


Please Help Members By Posting Answers For Below Questions

What are structural design patterns?

601


What are the examples of the behavioral design patterns?

595


4. Identify and bound the SOI’s Operating Environment.

3341


What are the 23 design patterns?

713


Can we inherit singleton class?

601






What is difference between function oriented design and object oriented design?

588


What are the types of participants of the prototype design pattern you will get?

579


Is bean a singleton?

562


What are the differences between the design patterns and the framework?

596


What are useful tools for developing and testing color schemes for web sites?

2021


What is the behavioral design pattern?

655


Explain what is good design?

615


What is the difference between factory and strategy design pattern?

539


What is the difference between builder and composite?

606


Is dependency injection a design pattern?

580