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 |
What development do you think is needed in the UI UX of our product?
What are actually Model,view,Controller in MVC Pattern?
when performing a functional test on a phone calculator,if pressing on a button does not function what do i do next
What would help with feature-related decisions?
What is the methodology to follow in collaboration with other team members like researchers, product managers, and developers?
What are the languages used in the design pattern?
Explain the singleton, facade, or handle class design pattern?
what is the lazy design pattern?
Are you using singleton in your code?
What publications based on UI UX do you read?
Can you explain singleton pattern?
Where should we use singleton design pattern?