lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Mon, Apr 27, 2015 at 7:47 PM, Coda Highland <chighland@gmail.com> wrote:
> "how to predict that it may happen".

If you mean predict that it's going to happen before you see the error
for the first time, you basically can't. Even if it were in the docs,
the typical developer won't know that the limitation exists until
encountering it in the wild for the first time

To be absolutely sure my code is correct, I always read
the documentation very carefully prior to using any new feature.
Probably, I'm not a typical developer :)

--Egor