- Embedded Systems Architecture
- Daniele Lacamera
- 142字
- 2021-06-25 21:55:04
Configuration management
When working as a team, coordination and synchronization can be optimized to improve efficiency. Tracking and controlling the development life cycle smoothens the development flow, cutting down time and costs. The most important tools known to help manage the software life cycle are:
- Revision control
- Issue tracking
- Code reviews
- Continuous integration
Different options exist for the four categories. The source code is synchronized among developers through a revision control system. Issue tracking systems (ITSs) usually consist of web platforms that keep track of the activities and known bugs of the system. Code reviews can be encouraged with specific web-based tools, and enforced through rules on the revision control systems.
Continuous integration tools ensure that build and test execution tasks are scheduled to automatically execute, periodically or upon changes in the code, collecting test results, and notifying the developers about regressions.
- Citrix XenApp Performance Essentials
- Cybersecurity:Attack and Defense Strategies
- Containerization with LXC
- Linux實戰
- Ansible權威指南
- SharePoint 2013 WCM Advanced Cookbook
- Mastering KVM Virtualization
- 混沌工程:復雜系統韌性實現之道
- 數據中心系統工程及應用
- Android物聯網開發細致入門與最佳實踐
- Python UNIX和Linux系統管理指南
- Windows 7實戰從入門到精通(超值版)
- Windows Server 2008組網技術與實訓(第3版)
- Ubuntu Linux操作系統實用教程
- bash shell腳本編程經典實例(第2版)