What is 'good design'?

Answers were Sorted based on User's Feedback



What is 'good design'? ..

Answer / 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

What is 'good design'? ..

Answer / anirban

The design which keeps an healthy balance between
functional and non functional requirements is a good design.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Design Patterns Interview Questions

What is software 'quality'?

2 Answers  


What is Architecture and what is design? Are they related?

3 Answers   Accenture, IBM,


How do you choose a design pattern?

0 Answers  


Why have we used synchronized here?

0 Answers  


If there is a Model class,View class,Controller class then How these are internally related? Which layer objects instantiated in which layer? How they communicates?

4 Answers   Honeywell,






How might prototyping be used as part of the SDLC?

3 Answers   Apple, ASD Lab,


What is the behavioral design pattern?

0 Answers  


Is oop a design pattern?

0 Answers  


When to Use a Factory Pattern?

3 Answers  


Contact a system development program in your organization. Research how they analyzed their SYSTEM OF INTEREST (SOI), its OPERATING ENVIRONMENT, and their respective system elements. How was this analysis reflected in the SOI architecture?

0 Answers   IAF,


Can we make the reference instance non static?

0 Answers  


Which design pattern is mostly used in net?

0 Answers  


Categories