gpt4 book ai didi

coding-style - 如果 'else' 无论如何都会发生,是否应该声明它?

转载 作者:行者123 更新时间:2023-12-03 00:18:04 27 4
gpt4 key购买 nike

Possible Duplicate:
Should ‘else’ be kept or dropped in cases where it’s not needed?

什么时候

a = 0

这个:

var foo = function() {
if (a != 0) return true
return false
}

或者这个:

var bar = function() {
if (a != 0) return true
else return false
}

最佳答案

你应该做任何让代码更清晰的事情。

关于coding-style - 如果 'else' 无论如何都会发生,是否应该声明它?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3575232/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com