K 10 svn:author V 6 kevans K 8 svn:date V 27 2018-02-26T04:55:08.647217Z K 7 svn:log V 377 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. END