Skip to content

Instantly share code, notes, and snippets.

@geraldcroes
Created February 21, 2018 15:19
Show Gist options
  • Select an option

  • Save geraldcroes/40a3e04d1440da5384a0c5883abdd3e5 to your computer and use it in GitHub Desktop.

Select an option

Save geraldcroes/40a3e04d1440da5384a0c5883abdd3e5 to your computer and use it in GitHub Desktop.
Meaningless variable names
<?php
if ($data[$i][$j] > $x) {
//some code here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment