lua-users home
lua-l archive

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


> > I guess these are the result of writing the code first as a non-module and
> > then later converting it into a module without going through it line by
> > line.
> 
> Writing a large body of Lua code is one thing; getting it compiled is
> another. But actually *being sure* that it works correctly "in the
> field" is a complete and utter maze. [...]

A good testing script can go a long way...

-- Roberto