[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua Style Guide ?
- From: Tim Hill <drtimhill@...>
- Date: Thu, 8 Jun 2017 15:54:32 -0700
> On Jun 5, 2017, at 3:38 PM, Sean Conner <sean@conman.org> wrote:
>
>
> * Prefer function syntax over variable syntax. This helps differentiate
> between named and anonymous functions [Oooh! A rational! Unfortunately,
> this is rare in the document]
>
This one particularly bugs me, as it creates an idea in the heads of developers that there is some kind of subtle semantic distinction which does not exist. And I agree that there is very little rationalization here at all.
—Tim