- JavaScript Domain:Driven Design
- Philipp Fehre
- 176字
- 2021-07-16 20:48:42
Summary
In this chapter, we went through the steps of getting started with an application as most projects are started today and contrasted it with the domain-driven design approach to development. We learned about the key focus of domain-driven design, as the communication between the developers and the other parties involved in a project.
The key point to takeaway is the strong focus on getting the core feature set of the application, before focusing on technology choices and other development-related problems that will otherwise subtract resources from the exploration. Another important aspect we learned about is how to gather specification in terms of usage. The key point here is to gain knowledge about how the work is currently achieved and how the application can help besides asking potential users for a specification.
The next chapter focuses deeper on the process of gathering knowledge about the use, expected usability of the application, and on the process of starting to build a language to aid the communication between the team developing the application, build domain experts and developers.
- C++ Primer習題集(第5版)
- Spring技術內幕:深入解析Spring架構與設計
- Android開發精要
- AngularJS Web Application Development Blueprints
- Java持續交付
- Visual Basic學習手冊
- Linux命令行與shell腳本編程大全(第4版)
- Keras深度學習實戰
- 微服務從小白到專家:Spring Cloud和Kubernetes實戰
- Web性能實戰
- Kubernetes進階實戰
- Instant Automapper
- Julia High Performance(Second Edition)
- MATLAB 2020 GUI程序設計從入門到精通
- 你好!Python