- DevOps with Kubernetes
- Hideto Saito Hui Chuan Chloe Lee Cheng Yang Wu
- 273字
- 2021-07-02 13:41:41
Agile and digital delivery
A few years later, when the internet became more widely used, the software delivery method changed from physical to digital, using methods such as online downloads. For this reason, many software companies (also known as dot-com companies) tried to figure out how to shorten the SDLC process in order to deliver software that was capable of beating their competitors.
Many developers started to adopt new methodologies, such as incremental, iterative, or agile models, in the hope that these could help shorten the time to market. This meant that if new bugs were found, these new methods could deliver patches to customers via electronic delivery. From Windows 98, Microsoft Windows updates were also introduced in this manner.
In agile or digital models, software developers write relatively small modules, instead of the entire application. Each module is delivered to a QA team, while the developers continue to work on new modules. When the desired modules or functions are ready, they will be released as shown in the following diagram:

This model makes the SDLC cycle and software delivery faster and easily adjustable. The cycle ranges from a few weeks to a few months, which is short enough to make quick changes if necessary.
Although this model was favored by the majority at the time, application software delivery meant software binaries, often in the form of an EXE program, had to be installed and run on the customer's PC. However, the infrastructure (such as the server or the network) is very static and has to set up beforehand. Therefore, this model doesn't tend to include the infrastructure in the SDLC.
- C++案例趣學(xué)
- 華為HMS生態(tài)與應(yīng)用開發(fā)實戰(zhàn)
- 動手玩轉(zhuǎn)Scratch3.0編程:人工智能科創(chuàng)教育指南
- 新編Premiere Pro CC從入門到精通
- Java:Data Science Made Easy
- Backbone.js Blueprints
- Mastering ServiceNow(Second Edition)
- Learning ArcGIS for Desktop
- Mastering JavaScript High Performance
- Python之光:Python編程入門與實戰(zhàn)
- Azure Serverless Computing Cookbook
- SQL Server 2008中文版項目教程(第3版)
- Photoshop智能手機APP界面設(shè)計
- Data Manipulation with R(Second Edition)
- Learn Linux Quickly