- Mastering Microservices with Java
- Sourabh Sharma
- 239字
- 2021-07-02 13:03:35
Ubiquitous language
Ubiquitous language is a common language to communicate with within a project. As we have seen, designing a model is the collective effort of software designers, domain experts, and developers; therefore, a common language is required to communicate with. DDD makes it necessary to use ubiquitous language. Domain models use ubiquitous language in their diagrams, descriptions, presentations, speeches, and meetings. It removes misunderstanding, misinterpretation, and communication gaps between them. Therefore, it must be included in all diagrams, descriptions, presentations, meetings, and so on—in short, in everything.
UML is widely used and is very popular when creating models. It also has a few limitations; for example, when you have thousands of classes drawn from a paper, it's difficult to represent class relationships and simultaneously understand their abstraction while taking meaning from it. Also, UML diagrams do not represent the concepts of a model and what objects are supposed to do. Therefore, UML should always be used with other documents, code, or any other reference material for effective communication.
Other ways to communicate a domain model include the use of documents, code, and so on.
- It's a common language to communicate with
- It must be included in all diagrams, descriptions, presentations, meetings, and so on
- It removes the mis from misunderstanding, misinterpretation and miscommunication
- UML should be used along with documents, code, and so on
- SPSS數(shù)據(jù)挖掘與案例分析應(yīng)用實踐
- Python量化投資指南:基礎(chǔ)、數(shù)據(jù)與實戰(zhàn)
- 大學(xué)計算機應(yīng)用基礎(chǔ)實踐教程
- 垃圾回收的算法與實現(xiàn)
- HBase從入門到實戰(zhàn)
- C語言程序設(shè)計
- PrimeFaces Blueprints
- Hands-On Robotics Programming with C++
- Visual Basic語言程序設(shè)計基礎(chǔ)(第3版)
- 前端架構(gòu)設(shè)計
- 軟技能2:軟件開發(fā)者職業(yè)生涯指南
- Mastering Vim
- VMware vRealize Orchestrator Essentials
- 深入理解C++11:C++11新特性解析與應(yīng)用
- C#.NET程序設(shè)計