源代码:用某种编程语言编写的、可读的程序文本,是软件的“原始”形式,通常需要经过编译或解释才能运行。(也常简称为 code。)
/ˈsɔːrs koʊd/(美式常见)
/ˈsɔːs kəʊd/(英式常见)
The developer shared the source code on GitHub.
开发者把源代码分享到 GitHub 上。
After the security audit, they rewrote parts of the source code to fix vulnerabilities.
安全审计之后,他们重写了部分源代码来修复漏洞。
Source 来自拉丁语 surgere(“升起、涌出”)相关词根,含义引申为“来源、源头”;code 来自拉丁语 codex(“法典、册本”),后来泛指“编码/规则体系”。合在一起的 source code 字面意思是“源头的代码”,即程序最初的可读文本。