[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: [ANNOUNCE] Lua 5.0 (beta) now available
- From: "Joshua Jensen" <jjensen@...>
- Date: Tue, 17 Dec 2002 10:40:27 -0700
> Lua 5.0 (beta) is now available for downloading at
My first critique of this codebase is pretty simple. Why would you want
to decrease the readability of the code, particularly the public API, by
using cryptic identifiers such as:
sz (size)
lvl (level)
tp (type... I thought it was top)
idx (index)
And I'm sure there are more I haven't discovered yet.
?
Josh