ProTip for Corona: Finding Typos
One of the most common mistakes in programming is typos. Your brain wants to type one thing and your fingers another. In Corona (and Lua in general), variables aren’t declared explicitly before you use them. When Lua sees a variable name that you haven’t declared as local, it starts looking up the chain of […]