Skip to content

Instantly share code, notes, and snippets.

@kerrizor
Created November 11, 2011 23:53
Show Gist options
  • Save kerrizor/1359716 to your computer and use it in GitHub Desktop.
Save kerrizor/1359716 to your computer and use it in GitHub Desktop.
Actual code we found buried DEEP in a repo our offshore devs wrote a year ago
if (isTrue)
{
// return true value
return true;
}
else
{
// if not...
// return false value
return false;
}
@sfines
Copy link

sfines commented Nov 12, 2011

Surprised that you didn't find it in a method called isTrue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment