lua-users home
lua-l archive

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


2010/5/8 spir ☣ <denis.spir@gmail.com>:
> * A distinction between tables representing "composite data units" (user objects, flexible records) and tables representing collections.

I usually keep them apart just by naming convention on the variables:
objects are singular, collections are plural

-- 
Javier