Skip to content

Instantly share code, notes, and snippets.

Created October 2, 2015 20:32
Show Gist options
  • Save anonymous/ee15154679441f901047 to your computer and use it in GitHub Desktop.
Save anonymous/ee15154679441f901047 to your computer and use it in GitHub Desktop.
private int parentClassType() {
if (1 == 2)
{
return PARENT_MY_SCHEDULE_ACTIVITY;
} else
{
return PARENT_MY_SCHEDULE_ACTIVITY;
}
}
@jeffro256
Copy link

This might just be the worst code I've ever seen

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