[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua Style Guide ?
- From: steve donovan <steve.j.donovan@...>
- Date: Tue, 6 Jun 2017 19:13:18 +0200
On Tue, Jun 6, 2017 at 5:45 PM, Sean Conner <sean@conman.org> wrote:
> Fortunately, LuaCheck isn't *that* opinionated (it will complain about
> lines longer than 120 characters and blank lines with spaces) and what it
> *is* opinionated about can be ignored (either through a config file or via
> special comments in the code itself).
These are reasonable complaints ;)
And yes, I find bugs in my code with static testing as well, although
(being a cat) I did my own. So it embeds my opinions. (One reason why
wheel-rewriting is so bracing and fun)