Created
June 3, 2018 09:08
-
-
Save devonzuegel/ae6fa7e1875633c5ac7d812ff74edb19 to your computer and use it in GitHub Desktop.
Tradition and convention blog post
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
foo(arg1, arg2, arg3, arg4); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
foo(reallyLongArg(), omgSoManyParameters(), IShouldRefactorThis(), isThereSeriouslyAnotherOne()); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
foo( | |
reallyLongArg(), | |
omgSoManyParameters(), | |
IShouldRefactorThis(), | |
isThereSeriouslyAnotherOne() | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment