I’ll admit most of my defold problems are with my own code. As the code complexity grows, there’s no avoiding that the developer makes more mistakes in lua than strongly typed languages.
I love the built in editor for lua, but the worst part of defold dev remains the fact that I make a lot of typos as I go and these things would normally be caught as I type them in other languages.
I’d rather not use a non-lua language like haxe or typescript just to solve the native problems of lua, so if you have some advice for people using lua, please do share!