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 |
Are you using singleton in your code?
Can you explain singleton pattern?
What is the methodology to follow in collaboration with other team members like researchers, product managers, and developers?
What are the advantages of asynchronous architectures?
How to test the quality of design ?
What is design pattern ?
What is Software development life cycle....??
What is the gang of four design pattern?
Describe the builder design pattern
What is the difference between builder and composite?
If a client does not like a design what will your approach be?
What publications based on UI UX do you read?