[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.3.0 (alpha) now available
- From: Hisham <h@...>
- Date: Fri, 1 Aug 2014 14:51:53 -0300
On 31 July 2014 18:35, Thijs Schreijer <thijs@thijsschreijer.nl> wrote:
> The 'debug.Csize' naming is an anomaly because of its capitalization. I'd
> prefer an all lower case naming for consistency.
I know it's a minor nit, but: agreed. Especially because there is
already package.cpath, so "C" does not make it worth an exception.
(And people do take the standard library as inspiration on how to name
functions, so it's important to be careful there.)
-- Hisham