lua-users home
lua-l archive

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


On Thu, Mar 16, 2017 at 2:44 PM, Francisco Olarte
<folarte@peoplecall.com> wrote:
> I hope you just alias ( keep the insert name ), because otherwise when
> you need "table.insert(list, 1, new_head)" append gets really ugly.

Well then I would alias to insert, because it's not an append ;)

Not defending the practice, it's just what I tend to do.