- Mastering Microservices with Java 9(Second Edition)
- Sourabh Sharma
- 440字
- 2021-07-02 21:54:47
Domain-driven design fundamentals
An enterprise, or cloud application, solves business problems and other real-world problems. These problems cannot be resolved without knowledge of the domain. For example, you cannot provide a software solution for a financial system such as online stock trading if you don't understand the stock exchanges and their functioning. Therefore, having domain knowledge is a must for solving problems. Now, if you want to offer a solution using software or applications, you need to design it with the help of domain knowledge. When we combine the domain and software design, it offers a software design methodology known as DDD.
When we develop software to implement real-world scenarios offering the functionalities of a domain, we create a model of the domain. A model is an abstraction, or a blueprint, of the domain.
Eric Evans coined the term DDD in his book Domain-Driven Design: Tackling Complexity in the Heart of Software, published in 2004.
Designing this model is not rocket science, but it does take a lot of effort, refining, and input from domain experts. It is the collective job of software designers, domain experts, and developers. They organize information, pide it into smaller parts, group them logically, and create modules. Each module can be taken up inpidually, and can be pided using a similar approach. This process can be followed until we reach the unit level, or when we cannot pide it any further. A complex project may have more of such iterations; similarly, a simple project could have just a single iteration of it.
Once a model is defined and well documented, it can move onto the next stage - code design. So, here we have a software design—a domain model and code design, and code implementation of the domain model. The domain model provides a high level of the architecture of a solution (software/application), and the code implementation gives the domain model a life, as a working model.
DDD makes design and development work together. It provides the ability to develop software continuously, while keeping the design up to date based on feedback received from the development. It solves one of the limitations offered by Agile and Waterfall methodologies, making software maintainable, including design and code, as well as keeping application minimum viable.
Design-driven development involves a developer from the initial stage, and all meetings where software designers discuss the domain with domain experts in the modeling process. It gives developers the right platform to understand the domain, and provides the opportunity to share early feedback of the domain model implementation. It removes the bottleneck that appears in later stages when stockholders wait for deliverables.
- Visual Basic編程:從基礎到實踐(第2版)
- Visual Basic程序設計教程
- Mastering Python Scripting for System Administrators
- AutoCAD VBA參數化繪圖程序開發與實戰編碼
- Visual Basic程序設計上機實驗教程
- RESTful Java Web Services(Second Edition)
- Node Cookbook(Second Edition)
- Python+Tableau數據可視化之美
- Python機器學習算法與應用
- 3ds Max印象 電視欄目包裝動畫與特效制作
- Learning Python Data Visualization
- 從零開始學算法:基于Python
- C#程序開發參考手冊
- Mastering Data Analysis with R
- 流程讓管理更高效:流程管理全套方案制作、設計與優化