- 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.
- Node.js Design Patterns
- Python 深度學習
- 可解釋機器學習:模型、方法與實踐
- Learning Zurb Foundation
- Unity 3D腳本編程:使用C#語言開發跨平臺游戲
- Hands-On JavaScript for Python Developers
- App Inventor少兒趣味編程動手做
- IPython Interactive Computing and Visualization Cookbook
- Modular Programming with JavaScript
- Keil Cx51 V7.0單片機高級語言編程與μVision2應用實踐
- Learning Redux
- Python程序設計:基礎與實踐
- 深入淺出Go語言核心編程
- R語言
- The PHP Workshop