Variables in Pawn best practice

Is doesn’t really matter how much variables you have/use. Things that breaks performance are difficult/heavy calculated with many steps before setting a variable. Using an array can give its advantages, depending on what you need and how you want to use it for which goal.

But a real best-practice for variables… Is mostly coming down on naming them correctly.