Skip to content

Instantly share code, notes, and snippets.

@tangzero
Created October 12, 2011 19:01
Show Gist options
  • Save tangzero/1282192 to your computer and use it in GitHub Desktop.
Save tangzero/1282192 to your computer and use it in GitHub Desktop.
Absurdo
...
if (condition) {
service.doSomething(arg1, arg2, arg3, arg4, arg5, arg6, ... , arg100, true);
} else {
service.doSomething(arg1, arg2, arg3, arg4, arg5, arg6, ... , arg100, false);
}
...
@frojasg
Copy link

frojasg commented May 29, 2014

alt text

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