[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:44:14 -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 a couple more... all of these are just in lua.h:
dt (data)
l (len)
-Josh