Skip to content

Instantly share code, notes, and snippets.

@nitindhar7
Created February 3, 2013 20:35
Show Gist options
  • Save nitindhar7/4703555 to your computer and use it in GitHub Desktop.
Save nitindhar7/4703555 to your computer and use it in GitHub Desktop.
// elapsed time in days (BAD)
int d;
// (GOOD)
int elapsedTimeInDays;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment