与 && 相比,使用 AND 和 OR 是否有任何优势?和 ||在 PHP 中?

发布于 2024-10-07 15:26:41 字数 299 浏览 1 评论 0原文

Kohana 代码约定中,它指出使用 &&并且 || 是“不正确的”:

alt text

使用 有什么优势吗ANDOR 除了清晰度之外?

In the Kohana code conventions it states that using && and || is "incorrect":

alt text

Is there any advantage to using AND and OR other than clarity?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

初熏 2024-10-14 15:26:41

只要确保您选择采用的任何约定始终保持一致即可。否则优先级问题将会困扰您的代码。

Just make sure that whatever convention you choose to adopt you are consistent throughout. Otherwise precedence issues will haunt your code.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文