[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua best practices
- From: steve donovan <steve.j.donovan@...>
- Date: Sat, 2 Apr 2011 17:01:33 +0200
On Sat, Apr 2, 2011 at 3:36 PM, C++ RTMP Server <crtmpserver@gmail.com> wrote:
> I was hoping for something like a link to a "best practices" kind of thingy.
Here's a good start:
http://lua-users.org/wiki/LuaStyleGuide
A question that you may find useful: what leads to the clearest code
that is easiest to explain? I.e. imagine documenting the API, and
writing a few snippets. Ultimately user-comfort is going to be the
most important thing.
steve d.