[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] lua-getsize
- From: Rob Kendrick <rjek@...>
- Date: Sat, 27 Nov 2010 16:13:36 +0000
On Sat, Nov 27, 2010 at 07:02:20PM +0300, Alexander Gladysh wrote:
> > It's a debugging function. it's very implementation-specific. It
> > belongs with other debugging functions. It's overkill to make a new
> > namespace for a single function.
>
> It is much worse to change standard namespace.
>
> What if somebody else will make a function with the same name but
> other semantics?
The same as if that same somebody else uses the same namespace as this
change might; the user gets to keep all the pieces.
B.