|
On 10/15/2013 01:04 PM, steve donovan wrote:
On Tue, Oct 15, 2013 at 2:28 PM, Thomas Jericke <tjericke@indel.ch> wrote:For me as computer scientiest, this is indeed not a problem. But in our project we want to push Lua as alternative for non-experts.Then in your documentation and training material, emphasize basic no-nonsense Lua style. (Including 'if obj != NULL' etc)
Guess what, I actually do that.But I one day or another they will come across a "x = x or 12" in someone elses code and I do want to prepare them for that moment. If you need to edit code written by someone else, you just need to learn such stuff.
-- Thomas