lua-users home
lua-l archive

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


On Tue, Jun 6, 2017 at 2:27 PM, Hisham <h@hisham.hm> wrote:
> And here's another Style Guide added to the list, taking input from
> the ones posted in this thread, and adjusting them to the style guide
> as used in the LuaRocks codebase. Enjoy!
>
> https://github.com/luarocks/lua-style-guide
>
> -- Hisham

https://github.com/luarocks/lua-style-guide#line-lengths

Rationale: No one works on VT100 terminals anymore. If line lengths
are a proxy for code complexity, we should address code complexity
instead of using line breaks to fit mind-bending statements over
multiple lines.

+1

Russ