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 |
Did you use ooa/ood methodologies? Did you use design patterns?
Give me example of observer design pattern?
Write the code for a singleton class?
Explain what are 5 common problems in the software development process?
What are the most important software design patterns?
How do you handle the pressure?
what is a Design Pattern?
What non-visual coding tools are available for web design?
What is clean architecture?
Describe the builder design pattern
Why singleton beans are not thread safe?
In which application lifecycle phases is an application architecture produced?