lua-users home
lua-l archive

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


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.