lua-users home
lua-l archive

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


On Thu, Aug 9, 2018 at 1:24 PM Frank Kastenholz <fkastenholz@verizon.net> wrote:

> Isn’t it good programming practice to always check return values?

It is. It is also often one severely neglected in practice, even in environments much less forgiving than Lua.

Therefore, one is advised to practise making it impossible for an unsuspecting user to ignore an error silently.

Cheers,
V.