Hello,
I have moved all lua source code in a "src" subfolder of the project, and found that main.lua (now src/main.lua) is no more automatically the last in call order. I easily solved the problem manually setting it dependent on any other source, now i like to know if it is advisable to leave it this way or it is better to move it in the project root to evitate any possible problem in future.
Comments
No, there won't be any problem. The names main.lua and init.lua have only effect on calling order (if they are at the root folder) and nothing else.