Hello,
as I am towards finishing my first little project in Corona SDK, I wondered how i would build larger projects with it. I programmed mostly in OOP-languages (In my case Java) and know very little about scripting languages. I read about some lua lib with OOP integration. Are they good? Or what are possible design patterns for medium/larger projects in Lua? I thought about using factory like modules as I know them from OOP-programming and component based entities as they would fit well with the table structure thing, I guess. But I’m not sure about it at all. What are common approaches to structure a medium/large sized project in Lua?
Greeting Dominik