[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: I miss table.foreach
- From: Jorge <xxopxe@...>
- Date: Thu, 05 Sep 2013 11:23:14 -0300
I'll say this: I don't like intensive use of metamethods. It's
/perhaps/ ok for really basic __index and __newindex stuff... But
anything else confuses me when reading code. I dont't know why, but
suspecting there might be some crazy side-effects makes me anxious.