Skip to content

Instantly share code, notes, and snippets.

Created May 25, 2012 11:43
Show Gist options
  • Select an option

  • Save anonymous/2787527 to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/2787527 to your computer and use it in GitHub Desktop.
really?
if(i==1)
return 1;
if(i==2)
return 2;
if(i==3)
return 3;
if(i==4)
return 4;
if(i==5)
return 5;
@aloisdg

aloisdg commented Apr 5, 2014

Copy link
Copy Markdown

Nice snippet. I will definitely use it. Thanks for sharing! ;)

@ebelinski

Copy link
Copy Markdown

No default return statement. Terrible.

ghost commented May 1, 2015

Copy link
Copy Markdown

Don't do drugs, kids.

@jeffro256

Copy link
Copy Markdown

I don't understand. Please add comments...

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