HomeFreeBSD

style.lua(9): Add some additional notes about naming and commas

Description

style.lua(9): Add some additional notes about naming and commas

camelCase tends to be preferred for function identifiers, while
internal_underscores are preferred for variable identifiers. This convention
makes it a little bit easier to eyeball whether variable/function usage is
correct.

The optional commas for final table values are preferred to reduce chances
for error.

Details

Provenance
kevansAuthored on
Parents
rS330011: Add MAINTAINERS note for lualoader (stand/lua, specifically)
Branches
Unknown
Tags
Unknown