Skip to content

Instantly share code, notes, and snippets.

@devonzuegel
Created June 3, 2018 09:08
Show Gist options
  • Save devonzuegel/ae6fa7e1875633c5ac7d812ff74edb19 to your computer and use it in GitHub Desktop.
Save devonzuegel/ae6fa7e1875633c5ac7d812ff74edb19 to your computer and use it in GitHub Desktop.
Tradition and convention blog post
foo(arg1, arg2, arg3, arg4);
foo(reallyLongArg(), omgSoManyParameters(), IShouldRefactorThis(), isThereSeriouslyAnotherOne());
foo(
reallyLongArg(),
omgSoManyParameters(),
IShouldRefactorThis(),
isThereSeriouslyAnotherOne()
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment