[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: A guide to building Lua modules
- From: Sean Conner <sean@...>
- Date: Mon, 14 Apr 2014 15:29:09 -0400
It was thus said that the Great Coroutines once stated:
> On Mon, Apr 14, 2014 at 2:55 AM, Sean Conner <sean@conman.org> wrote:
> > As for monkeypatching, yes, you can do it. But it's not that common in
> > the Lua community (thank God!) and for good reason: you cannot reason about
> > monkeypatched code!
>
> Lol don't listen to Sean, he's crazy :p Monkeypatching rules!
> Everybody's doing it... wanna hit?
Knowledge is knowing how to do something.
Wisdom is knowing when to do it.
> Practically everyone in Lua 5.1/5.2 wrapped table.concat() to call
> tostring() on the table elements anyway. Some monkeys think alike :-)
And here is where I go "citation needed".
-spc (Never monkeypatched table.concat())