What is Architecture and what is design? Are they related?
Answers were Sorted based on User's Feedback
Answer / ms zubeir
There are many books to explain these two, however, the
simplest answer is;
Architecture models the problem domain (requirements).
Design models the solution domain (technology).
Certainly, there is a deep relation between the two.
| Is This Answer Correct ? | 18 Yes | 3 No |
Answer / suresh murugadass
Architecture: Defines multi-layer design to implement a complex business solution and shows how each layer interact with each other efficiently. Depicts the different layers involved in the application. Addresses gray areas such as performance issues, high availability of the critical applications.
Design Models: Talks more about the individual components that build the complex application. It shows the relationship between these objects and how they are logically separated.
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / pathirakali.kali
It is softwar of architecture program of the design.
| Is This Answer Correct ? | 1 Yes | 7 No |
Which Design Patterns you know?
What skills do you think are necessary for a UI UX Designer?
What is the concurrency design pattern?
What is software 'quality'?
How to add CSS styles Styles to Elements with Particular Attributes?
What are the disadvantages of singleton pattern?
What is proxy in design pattern?
SAP Design Studio live classes by Exports
What is the design pattern?
Is mvc a software design pattern?
What are useful tools for developing and testing color schemes for web sites?
Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?