lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Jan 31, 2008 5:36 PM, Ben <thebassplayer@gmail.com> wrote:
>
> In Lua, function calls with parentheses are just as readily available
> as those without parentheses.  It's quite easy to encourage the
> convention of always using parentheses in function calls.  Companies
> and projects make standards on indentation size and brace placement in
> source code all the time; this doesn't seem any different.

So how do you enforce that?  And what good does it do you, if the
standards are different across companies and you're using 3rd party
Lua code?  That's the situation CMake developers would inevitably be
in.


Cheers,
Brandon Van Every