InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by Domain driven design? |
|
Answer» DDD (Domain-Driven-Design) is basically an architectural style that is based on Object-Oriented Analysis Design approaches and PRINCIPLES. In this approach, the business domain is modeled carefully in SOFTWARE, without REGARD to how the system actually works. By interconnecting RELATED components of the software system into a continuously evolving system, it facilitates the development of complex systems. There are three fundamental principles underlying it as shown below:
|
|