源代码:指用某种编程语言写成的、人类可读的程序文本,是软件被编译/解释成可运行形式之前的原始代码。(也常简称为 code;在开源语境中常与“可公开获取”相关。)
/ˈsɔːrs koʊd/
I can’t run the program without the source code.
没有源代码,我无法运行这个程序。
After the bug report, the team reviewed the source code, wrote tests, and refactored the risky module to prevent similar failures.
收到缺陷报告后,团队审查了源代码、编写了测试,并重构了高风险模块,以防止类似故障再次发生。
Source 来自“来源、源头”的含义,code 指“编码/代码”。合起来的 source code 字面就是“代码的源头”,强调它是软件的“原始文本形态”,相对于编译后的 binary/executable(可执行文件/二进制)。