lua-users home
lua-l archive

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


On Mon, Nov 21, 2011 at 4:44 PM, startx <startx@plentyfact.org> wrote:
> is it considered good style to load everything required from the
> module itself?
>
> startx
>
>

I'd believe so, since if the module itself doesn't load its
dependencies, one can enter "dependency hell", i.e., you try to load a
 module but it doesn't work because you didn't load other module, and
that one also doesn't work because you need to load a third module
and...

-- 
NI!