function get_IfUnsetAlsoSet_SomeGlobalVariable() {
if someGlobalVariable is not set {
someGlobalVariable = somedata
}
return someGlobalVariable
}
Run Code Online (Sandbox Code Playgroud)
我应该给出这样的名字吗?- > getSomeGlobalVariable()
如何命名这些getset函数?