I thought it would be good to start a thread on development tools.
I recently had a bug report for a plugin … it was traced to a typo in a code path I did not test.
I am determined to not let that happen again … I found the following would have detected it:
[url=http://lua-users.org/wiki/LuaLint]http://lua-users.org/wiki/LuaLint[/url]
I now plan to run all of code through it before release.