[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: When is multiple assignment good style?
- From: steve donovan <steve.j.donovan@...>
- Date: Thu, 16 Mar 2017 14:53:13 +0200
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.