Skip to content

Instantly share code, notes, and snippets.

@devonzuegel
Created June 3, 2018 09:08
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