Hi, I see some different functions naming convention for example : math.tointeger
string.dumpint Maybe you can rename them to the same style ? Regards,
David.
I think the names are fine as-is: load/dump is a common idiom, and matches the “low-level” concept of the new APIs. Whereas “tointeger” is a conversion, hence the name. |