Re: luasocket: typo in mime.lua?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: luasocket: typo in mime.lua?
- From: roberto@... (Roberto Ierusalimschy)
- Date: Fri, 8 Jun 2007 12:21:53 -0300
> > 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