Re: Experience with Large Applications in Lua?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Experience with Large Applications in Lua?
- From: "Adam D. Moss" <adam@...>
- Date: 2004年7月06日 23:33:03 +0100
Asko Kauppi wrote:
A valuable aid I've found (and a simple one!) is tracking any
uninitialised global usage.
This helps a _lot_ since it finds variable name typos etc. bugs that
would otherwise go unnoticed.
Definitely, a great tip. Saved my bacon dozens of times in
the past. :)
--Adam