What is 'good design'?
Answers were Sorted based on User's Feedback
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 |
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 |
Describe the builder design pattern
What is impedance mismatch and How to solve the problem?
What is lexi design pattern?
Is dependency injection a design pattern?
What is synchronizer token pattern?
what is a Design Pattern?
What are the most popular design patterns?
What is the difference between 3 tier and n tier architecture?
Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?
What is the use of repository pattern?
What non-visual coding tools are available for web design?
What are the 23 design patterns?