“BC 破坏了什么?”意思是?
我在 GitHub 上发现了术语“BC Break”——它是什么意思?
I've found on GitHub term “BC break” – what does it mean?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我在 GitHub 上发现了术语“BC Break”——它是什么意思?
I've found on GitHub term “BC break” – what does it mean?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
“BC 中断”通常意味着一般术语中的向后兼容性,但正如 David Schwartz 所说,它可以是在某些情况下解释为二进制兼容性破坏。
"BC break" usually means backward compatibility in a general term, but as David Schwartz said it can be interpreted as binary compatibility break in some contexts.
“BC 中断”是二进制兼容性中断。诺基亚在兼容性概述中对此进行了很好的记录。基本上,这意味着使用早期版本的编译器、库或操作系统开发的代码无法在使用较新版本构建的设备或运行时上运行。
A "BC break" is a binary compatibility break. Nokia documents it pretty well in the compatibility overview. Basically it means that code developed with earlier versions of a compiler, library, or operating system won't work on devices or run times built using a newer version.