Skip to content

Instantly share code, notes, and snippets.

@geraldcroes
Last active February 21, 2018 15:21
Show Gist options
  • Select an option

  • Save geraldcroes/0c2a8ed4d1f22e283f1be40a28a08cf6 to your computer and use it in GitHub Desktop.

Select an option

Save geraldcroes/0c2a8ed4d1f22e283f1be40a28a08cf6 to your computer and use it in GitHub Desktop.
Meaningful variable name
<?php
if ($activityReport[$employeeId][$month] > $salesGoal) {
//some code here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment