gpt4 book ai didi

lua - Lua 中记录类型的约定是什么?

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

我来自强类型世界,我想写一些 Lua 代码。我应该如何记录事物的类型? Lua本地人做什么? Hungarian notation ?还有什么?

例如:

local insert = function(what, where, offset)

不可能一眼就看出我们在这里谈论的是字符串还是表格。

我应该做
local sInsert = function(sWhat, sWhere, nOffset)

或者
-- string what, string where, number offset, return string
local insert = function(what, where, offset)

或者是其他东西?

局部变量呢?表格条目(例如 someThing.someProperty )呢?

最佳答案

有关社区(或特定社区?)中关于 Lua 风格的想法和意见的引用,请阅读:LuaStyleGuide .

最接近强制风格的格式是 LuaDoc 使用的格式。 ,因为它是 LuaFileSystem 等知名项目使用的相当流行的文档生成器。

关于lua - Lua 中记录类型的约定是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25665570/

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