当前位置:网站首页>Domain Driven Design - MDD
Domain Driven Design - MDD
2022-08-05 01:52:00 【台塑】
I. MDD
In domain-driven design, the most important thing is Model Driven Development, model-driven development (MDD).There is a famous saying in the programming world "rely on the abstract rather than on the concrete".This is both a principle of design and a process in MDD.The model is abstracted from the specific business through thinking.
In the early software development, there are generally clear and specific requirements, and the industry is relatively fixed.Such software does not have high design requirements or the design cannot play an important role in it.As the saying goes, "kill a chicken with a butcher's knife".But this does not mean that design is not important. As the complexity and scale of software businesses continue to grow, the importance of software design is increasingly reflected.
In this process, the fixed mode and the work that is relatively easy to separate from the actual business are more conducive to the rapid introduction of the design, and the actual situation is also the same.But the complex business and the parts that are inextricably linked to the business are difficult to abstractly design.However, it does not mean that it is impossible. Domain design is the way to solve this practical scenario, and whether it is possible to abstract the actual energy into a model, which can drive the development of the entire business logic.A good model can not only have better business flexibility and scalability, but also can be jointly improved by different application personnel with the help of a common language, and finally guide software coding to realize business functions.
A key point here is that in the previous model design, the model is the model, and the program design is the design, and the two are basically separated, but in MDD, the boundaries between the two are blurred, or theThe two should be organically unified.That's the point, a model, used synchronously.
When it comes to MDD, we have to mention MDA, MDA, Model Driven Architecture, Model Driven Architecture, which was proposed by the International Object Management Group (OMG, Object Management Group) in July 2001 based on the formalization of MDDmodel-driven architecture.The so-called driver architecture is actually the separation of models and technologies to achieve portability, interoperability and reusability.Due to the decoupling of the business code, it can better adapt to the expansion and adaptability of the two levels.Iterative development of technology and changes in business have no impact on each other.
The description of MDD can use some familiar modeling standards (UML, MOF, XMI, etc.) to achieve readability.
With MDD, there will be MDF, that is, MDD Framework, a model-driven development framework. After all, it is meaningless to build something from scratch and constantly recreate some wheels.At the same time, it can occupy the market, make high-profile money, and serve multiple purposes with one stone. It is the best to engage in frameworks.There is no description of the MDF framework here, and the focus is on MDD.
Second, the core of MDD
What is the core of MDD?The consistency between the model and the design must be strictly guaranteed within a controllable range.As mentioned earlier, MDD is to ensure the adaptability of the model. It cannot be like pure model design. In the actual development stage, the model basically has no effect.MDD maintains the availability of the entire model throughout the programming development cycle.It is necessary to use some development tools and auxiliary means on this basis.For example, the requirements for some paradigms and the matching degree of tools.
As long as a practical model is designed, software development is actually a unified iterative process of continuously refining the model, design and code.
Three, MDD driver process
First of all, it is necessary to understand some professional terms of MDD: domain, bounded context, association, entity, value object, domain service, etc.These will be explained in detail later, here we will focus on the driving process:
1. Deriving the preliminary domain and bounded context (module) from the actual business scenario, as well as the relationship between the contexts;
2. Analyzing the context and dividingEntities and value objects;
3. Associate aggregate entities and value objects to obtain aggregate categories and aggregate roots;
4. Design repository (repository) from aggregate roots, and design how to create entities and value objects;
5. Apply the model and constantly reconstruct the model in practice.
Four. Summary
To learn any kind of knowledge, you must grasp the main part and follow the outline.Enter the space without gaps.Domain design, first of all to do a good job of MDD, the ability of abstract model is the ability of your domain design.To have the ability to have a good abstract model, in addition to being sensitive to the domain division (that is, the boundary) of the business itself, have a good domain idea, be familiar with the means and methods of model creation, and have a deep grasp of technology applications.To create a good domain model.
Learn more, apply more, think more, and improve the level of thinking.
边栏推荐
- GC高德坐标和百度坐标转换
- 亚马逊云科技携手中科创达为行业客户构建AIoT平台
- 如何发现一个有价值的 GameFi?
- Jin Jiu Yin Shi Interview and Job-hopping Season; Are You Ready?
- 英特尔 XDC 2022 精彩回顾:共建开放生态,释放“基建”潜能
- 1349. Maximum number of students taking the exam Status Compression
- 缺陷检测(图像处理部分)
- 2022 EdgeX中国挑战赛8月3日即将盛大开幕
- Leetcode刷题——22. 括号生成
- Greenplum数据库故障分析——版本升级后gpstart -a为何返回失败
猜你喜欢

Exercise: Selecting a Structure (1)

《.NET物联网从零开始》系列

【Word】Word公式导出PDF后出现井号括号#()错误

10年测试经验,在35岁的生理年龄面前,一文不值

第09章 性能分析工具的使用【2.索引及调优篇】【MySQL高级】
![[Word] #() error occurs after Word formula is exported to PDF](/img/6a/168ded19d22826b6af974907f480fb.png)
[Word] #() error occurs after Word formula is exported to PDF

Leetcode brushing questions - 22. Bracket generation

Bit rate vs. resolution, which one is more important?

硬实力和软实力,哪个对测试人来说更重要?

蓝牙Mesh系统开发四 ble mesh网关节点管理
随机推荐
1349. 参加考试的最大学生数 状态压缩
IJCAI2022 | DictBert:采用对比学习的字典描述知识增强的预训练语言模型
亚马逊云科技携手中科创达为行业客户构建AIoT平台
释放技术创新引擎,英特尔携手生态合作伙伴推动智慧零售蓬勃发展
Creative code confession
如何看待自己的羞愧感
跨域解决方案
直播回放含 PPT 下载|基于 Flink & DeepRec 构建 Online Deep Learning
PHP Skills Assessment
Understand the recommendation system in one article: Recall 06: Two-tower model - model structure, training method, the recall model is a late fusion feature, and the sorting model is an early fusion
Use of pytorch: Convolutional Neural Network Module
(十七)51单片机——AD/DA转换
AI+PROTAC|dx/tx完成500万美元种子轮融资
自定义线程池
ORA-00257
[Endnote] Word inserts a custom form of Endnote document format
How to create an rpm package
sqlite--nested exception is org.apache.ibatis.exceptions.PersistenceException:
Method Overriding and Object Class
XMjs跨域问题解决