Created
November 11, 2014 20:50
-
-
Save Olegas/f394a9d0ae7014c0c28c to your computer and use it in GitHub Desktop.
How code style affects code review
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
this.doWork({ amount: 6, unit: "hour" }); |
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
this.doWork({ | |
amount: 6, | |
unit: "hour" | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment