[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: modules, require, magic
- From: Sean Conner <sean@...>
- Date: Fri, 21 Oct 2011 23:07:37 -0400
It was thus said that the Great Josh Simmons once stated:
> On Sat, Oct 22, 2011 at 10:07 AM, Sam Roberts <vieuxtech@gmail.com> wrote:
> > On Fri, Oct 21, 2011 at 3:59 PM, Philipp Janda <siffiejoe@gmx.net> wrote:
> >
> > I just don't want to rewrite everything for dubious advantage.
> >
> You say rewrite but you mean s/^function /function M./c
And then go back and fix every instance of "local function M." beacuse
that causes a syntax error.
And don't forget variables that might be part of a module. For instance,
at work, I have a module that is nothing but values. Yeah, I could go back
and change each line but still, I'm not a fan of manually placing stuff into
the module table.
-spc (I'm not happy with the global spamming of module, but the rest of it
I like ...)
- References:
- modules, require, magic, Eduardo Ochs
- Re: modules, require, magic, Javier Guerra Giraldez
- Re: modules, require, magic, Petite Abeille
- Re: modules, require, magic, Sam Roberts
- Re: modules, require, magic, David Manura
- Re: modules, require, magic, Mark Hamburg
- Re: modules, require, magic, Sam Roberts
- Re: modules, require, magic, Philipp Janda
- Re: modules, require, magic, Sam Roberts
- Re: modules, require, magic, Josh Simmons