当前位置:网站首页>什么是代码基线?
什么是代码基线?
2022-06-25 21:32:00 【魏波-】
1、定义
在计算机术语中,基线(Baseline)是软件文档或源码或其它产出物的一个稳定版本,它是进一步开发的基础。
2、举例
比如,代表多个源代码文件的一组稳定版本。 比如有三个文件,a.c、b.c和c.h。可以对这三个文件做一个基线,取a.c的版本1.1,取b.c的版本1.2,取c.h的版本1.3。(1.1,1.2,1.3)就是一个基线。
3、扩展
基线是项目储存库中每个工件版本在特定时期的一个“快照”。它提供一个正式标准,随后的工作基于此标准,并且只有经过授权后才能变更这个标准。建立一个初始基线后,以后每次对其进行的变更都将记录为一个差值,直到建成下一个基线。
边栏推荐
猜你喜欢
Canoe learning notes (4)
What is a ZFS file system
Php7.4 arm environment compilation and installation error invalid 'ASM': invalid operate prefix '%c'
IAAs, PAAS, SaaS, baas, FAAS differences
Circular structure and circular keywords
[nailing scenario capability package] smart office phone
Local Yum source production
Summary of several methods for FPS calculation
Big end and small end
Sqlmap for interface security testing
随机推荐
数学分析_笔记_第4章:连续函数类和其他函数类
HNU计网实验:实验一 应用协议与数据包分析实验(使用Wireshark)
启牛学堂证券开户安全嘛?
Compile 6relayd using the cross compiler
Ecu-test report converted to excel format
Virtualenvwrapper solves the installation error, and virtualenvwrapper is permanently effective
Openocd compilation and installation
Summary of several methods for FPS calculation
The robot framework calls the JS interface and gets the return value
Shell syntax
The robotframework executes CMD commands and bat scripts
Installing and configuring redis under Linux
ZABBIX foundation details
Win10 common software
Windows11 windows security center cannot open Windows Defender cannot open
Using recursive method to find the value of 1~n
QT method of exiting application (exe)
MySQL operation Basics
What is API
PHP runtime and memory consumption statistics code