hi,
Just want to know what convention do you use for lua or for gideros
I myself has googled for any convention for lua, and been using upper camel case for class name and class filename. and do you use package (
http://www.lua.org/pil/15.html)?
and also, we use _ prefix for variable that is meant for private class variable
Comments
i'm curious of how you avoid class name conflict?
like for example, in java this issue is solved with package