Skip to content

Instantly share code, notes, and snippets.

@mhenrixon
Created November 16, 2010 07:53
Show Gist options
  • Save mhenrixon/701567 to your computer and use it in GitHub Desktop.
Save mhenrixon/701567 to your computer and use it in GitHub Desktop.
This code should never be written!
if(o.LastAccessed < maxIntegrationTime) {
return true;
}
return false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment