- Building Microservices with .NET Core
- Gaurav Kumar Aroraa Lalit Kale Kanwar Manish
- 119字
- 2021-07-02 22:08:11
Versioning
The current system does not have any kind of versioning system. So there is no way to revert if something happens during a change. To resolve this issue, we need to introduce a version control mechanism. In our case, this should be either TFS or Git. With the use of version control, we can now revert to our change in case it is found to break some functionality or introduce any unexpected behavior in the application. We now have the capability of tracking the changes being done by the team members working on this application, at an individual level. However, in the case of our monolithic application, we did not have the capability of doing this.
推薦閱讀
- Advanced Quantitative Finance with C++
- JavaScript 從入門到項目實踐(超值版)
- 數(shù)據(jù)結構(C語言)
- 程序員修煉之道:通向務實的最高境界(第2版)
- VMware虛擬化技術
- BIM概論及Revit精講
- C語言程序設計教程
- Scala程序員面試算法寶典
- 計算機應用基礎實踐教程
- Python Data Structures and Algorithms
- MongoDB,Express,Angular,and Node.js Fundamentals
- 大話Java:程序設計從入門到精通
- C語言程序設計與應用(第2版)
- H5+移動營銷設計寶典
- Python編程基礎教程