lua-users home
lua-l archive

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


On 15 June 2017 at 15:36, Sean Conner <sean@conman.org> wrote:
>   <raises hand> I do.
>
>   https://github.com/spc476/lua-conmanorg/blob/master/lua/string.lua
>
>   -spc (The only rational is that it looks nicer to me)

I used to, but I don't like that it causes diffs to include unrelated
changes (which are my main form of code review).

e.g. say your string.lua file needed the coroutine library: you'd have
make 3 non-functional line edits to keep alignment. consistent.