Answer Posted / 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 |
Post New Answer View All Answers
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 creational design pattern?
Can we have this pattern implemented using static class?
2. Create your own definition of a system. Based on the “system” definitions a. Identify your viewpoint of shortcomings in the definitions. b. Provide rationale as to why you believe that your definition overcomes those shortcomings. c. From an historical perspective, identify three precedented systems that were replaced by unprecedented systems.
Is mvc a software design pattern?
What is the difference between adapter and facade?
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?
Give me example of chain of responsibility design pattern?
What is the difference between 3 tier and n tier architecture?
What are the types of participants of the prototype design pattern you will get?
5.Develop an entity relationships diagram that identifies physical entity relationships.
Is mvc is a design pattern?
Write the code for a singleton class?
What is the factory pattern in the design pattern?
What is architecture and what is design?