Skip to content

Instantly share code, notes, and snippets.

@mletterle
Created June 22, 2011 13:07
Show Gist options
  • Save mletterle/1040055 to your computer and use it in GitHub Desktop.
Save mletterle/1040055 to your computer and use it in GitHub Desktop.
public class Foo
{
private baz a;
private baz b;
private baz c;
public void Bar(Fargle f)
{
a = f.a;
b = f.b;
c = f.c;
Method1()
Method2()
Method3()
Method4()
Method5()
Method6()
Method7()
Method8()
Method9()
Method10()
Method11()
Method12()
Method13()
Method14()
Method15()
Method16()
Method17()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment