gpt4 book ai didi

naming-conventions - 我应该如何命名这个函数?

转载 作者:行者123 更新时间:2023-12-02 07:12:39 25 4
gpt4 key购买 nike

function get_IfUnsetAlsoSet_SomeGlobalVariable() {
if someGlobalVariable is not set {
someGlobalVariable = somedata
}
return someGlobalVariable
}

我应该起这样的名字吗? -> getSomeGlobalVariable()
你如何命名这些 getset 函数?

最佳答案

我想像 getSomeGlobalVariable() 这样的名字应该很简单,不会混淆。

基本上,您不必在方法名称中给出完整的逻辑。

关于naming-conventions - 我应该如何命名这个函数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4255157/

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