The form $i` creates a temporary variable whereas `$i does not. It save CPU cycles.
$i` creates a temporary variable whereas `$i
i++ // Noncompliant
++i