lua-users home
lua-l archive

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


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())