We see a lot of examples submitted by users but rarely do we see threads about good coding practice. Post below if you have an example which exhibits the "dos and don'ts" of coding in AutoIt.
Why using Dim over Local/Global is not always a good option:
#include <MsgBoxConstants.au3>
Dim $v...