- 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.
推薦閱讀
- 工程軟件開發(fā)技術(shù)基礎(chǔ)
- Java應(yīng)用開發(fā)與實踐
- PostgreSQL技術(shù)內(nèi)幕:事務(wù)處理深度探索
- Mastering RStudio:Develop,Communicate,and Collaborate with R
- OpenResty完全開發(fā)指南:構(gòu)建百萬級別并發(fā)的Web應(yīng)用
- 微信小程序開發(fā)實戰(zhàn):設(shè)計·運(yùn)營·變現(xiàn)(圖解案例版)
- IoT Projects with Bluetooth Low Energy
- Learning VMware vSphere
- Learning ECMAScript 6
- Kotlin入門與實戰(zhàn)
- Practical Linux Security Cookbook
- Flutter for Beginners
- Mastering Citrix? XenDesktop?
- 給產(chǎn)品經(jīng)理講技術(shù)
- Visual FoxPro程序設(shè)計